-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
if ES field names are in Pascal Case, Camel case or in the uppercase then presto is not able to map #12562
Comments
By ES, do you mean Elasticsearch? |
hi raghavsethi, yes, ES means Elastic search |
And can you clarify what you mean by map? If you do DESCRIBE, does Presto show the columns? Are you confident that the values are non null? @TempleZhou @zhenxiao could one of you take a look at this? |
Hi Raghav, Let me tell you with an example, Case 1: In Elastic search index, the mapping also with the same name "Gender" and let say I have 10 records in the elastic search. Case 2: Now my question is, please advice. |
The code forces field names to lowercase, the diff I posted in #12642 includes fixing this, as well as "fixing" nested fields. |
@shubham-agarwal-ngi sorry for the late reply |
This issue has been automatically marked as stale because it has not had any activity in the last 2 years. If you feel that this issue is important, just comment and the stale tag will be removed; otherwise it will be closed in 7 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things. |
If we are giving the value in the camel case, pascal case or in the uppercase of the name or in jsonPath fields then the presto is not able to map and showing the NULL values for that particular fields.
Please advice.
The text was updated successfully, but these errors were encountered: