KazydubB opened a new pull request #1854: DRILL-7373: Fix problems involving reading from DICT type URL: https://github.com/apache/drill/pull/1854 - Fixed `FieldIdUtil` to resolve reading from `DICT` for some complex cases; - optimized reading from `DICT` given a key by passing an appropriate `Object` type to `DictReader#find(...)` and `DictReader#read(...)` methods when schema is known (e.g. when reading from Hive tables) instead of generating it on fly based on int or String path and key type; - fixed error when accessing value by not existing key value in Avro table.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
