viirya commented on a change in pull request #20826: [Spark-2489][SQL] 
Unsupported parquet datatype optional fixed_len_byte_array
URL: https://github.com/apache/spark/pull/20826#discussion_r313128391
 
 

 ##########
 File path: 
sql/core/src/main/java/org/apache/spark/sql/execution/datasources/parquet/VectorizedColumnReader.java
 ##########
 @@ -509,6 +509,14 @@ private void readFixedLenByteArrayBatch(
           column.putNull(rowId + i);
         }
       }
+    } else if (column.dataType() == DataTypes.BinaryType) {
 
 Review comment:
   Looks like this change doesn't have associated test. Should we add one?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to