vvysotskyi opened a new pull request, #2539: URL: https://github.com/apache/drill/pull/2539
# [DRILL-8216](https://issues.apache.org/jira/browse/DRILL-8216): Use EVF-based JSON reader for Values operator ## Description The newer Calcite version simplifies and removes casts for literals. It causes wrong results for `drillTypeOf` and `sqlTypeOf` functions since the Values operator uses an old JSON reader which reads integers with bigInt type. This PR uses EVF-based JSON reader for the Values operator and passes actual data types discovered during planning as the provided schema. ## Documentation NA ## Testing Unit tests pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
