KazydubB commented on a change in pull request #1829: DRILL-7096: Develop
vector for canonical Map<K,V>
URL: https://github.com/apache/drill/pull/1829#discussion_r310166039
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetComplex.java
##########
@@ -220,4 +221,510 @@ public void testReadRepeatedDecimals() throws Exception {
.baselineValues(ints, longs, fixedLen, fixedLen)
.go();
}
+
+ @Test
Review comment:
Thanks for pointing this out. Added support for `CTAS`.
And seems it is reasonable to use new vector in case of Avro's `MAP`. Will
make changes in `AvroRecordReader` to use the new vector for `MAP` case.
----------------------------------------------------------------
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