Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] TypeUtils returns value with double quoted when type is map #4920

Open
2 tasks done
kwontaeheon opened this issue Jan 15, 2025 · 0 comments
Open
2 tasks done

[Bug] TypeUtils returns value with double quoted when type is map #4920

kwontaeheon opened this issue Jan 15, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@kwontaeheon
Copy link

kwontaeheon commented Jan 15, 2025

Search before asking

  • I searched in the issues and found nothing similar.

Paimon version

1.0.0

Compute Engine

flink

Minimal reproduce step

  1. create RichCdcRecord with field map<string, string>
  2. sink value with map type field ex. {"k1": "v2" }
  3. check paimon table value is v2 not "v2"

What doesn't meet your expectations?

paimon table value is "v2" not v2.
double quotes must not produced.

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant