comphead commented on code in PR #1883:
URL: https://github.com/apache/datafusion-comet/pull/1883#discussion_r2146172373


##########
common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java:
##########
@@ -533,13 +533,20 @@ private StructType getSparkSchemaByFieldId(
     return newSchema;
   }
 
+  private static boolean isPrimitiveCatalystType(DataType dataType) {

Review Comment:
   Nice, I also quickly checked `DataTypeUtils` helper class but it is not 
there either. 



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

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to