ihuzenko 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_r318188976
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/store/avro/AvroFormatTest.java
##########
@@ -589,7 +602,169 @@ public void testCountStar() throws Exception {
.sqlQuery(sql, file)
.ordered()
.baselineColumns("row_count")
- .baselineValues((long)AvroTestUtil.RECORD_COUNT)
+ .baselineValues((long) RECORD_COUNT)
.go();
}
+
Review comment:
could you please add one more test with getting by key using dot notation ?
----------------------------------------------------------------
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