vvysotskyi commented on a change in pull request #1805: DRILL-7268: Read Hive 
array with parquet native reader
URL: https://github.com/apache/drill/pull/1805#discussion_r292047066
 
 

 ##########
 File path: 
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet2/TestDrillParquetReader.java
 ##########
 @@ -447,4 +454,1032 @@ public void testIsTrueOrNullCondition() throws 
Exception {
         .go();
   }
 
+  @Test
+  public void hiveIntArray() throws Exception {
+
+    // Nesting 0: reading ARRAY<INT>
+    testBuilder()
+        .sqlQuery("SELECT arr_n_0 FROM cp.`parquet2/hive/int_array.parquet`")
 
 Review comment:
   Could you please make a single file with multiple columns instead of adding 
several files?

----------------------------------------------------------------
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

Reply via email to