luocooong commented on a change in pull request #2238:
URL: https://github.com/apache/drill/pull/2238#discussion_r641923493
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/ParquetRecordReaderTest.java
##########
@@ -745,4 +747,41 @@ public void testLimitMultipleRowGroupsBeyondRowCount()
throws Exception {
assertTrue(String.format("Number of records in output is wrong:
expected=%d, actual=%s", 300, recordsInOutput), 300 == recordsInOutput);
}
+ @Test
+ public void testTypeNull() throws Exception {
+ /* the `features` schema is:
Review comment:
Could you please write the comments to PR? Not in here. Add the `//
DRILL-7934` at the header. thanks
--
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]