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

Json key are converted to lowercase and case.insensitive" = "FALSE" does not have any effect #236

Open
Rajesh2015 opened this issue Apr 19, 2022 · 1 comment

Comments

@Rajesh2015
Copy link

Rajesh2015 commented Apr 19, 2022

I am using this serde in my glue table however I see the json key are always getting converted to lowercase irrespective of original input.
I tried using case.insensitive" = "FALSE" but without the mapping as I donot need it to be part of separate column instead remain to be part of the payload column which is MAP<String,String>
For example:

 "payload": {
          "cpr_Rate": "10",
          "type":"cpr"
        }

is getting converted

 "payload": {
          "cpr_rate": "10",
          "type":"cpr"
        }

Is my understanding wrong to use case.insensitive" = "FALSE" separately without mapping.Is there any workaround I can do to handle this.

@benzaita
Copy link

This seems to have been added in foursquare@1cda976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants