the-other-tim-brown commented on code in PR #17450:
URL: https://github.com/apache/hudi/pull/17450#discussion_r2586187021


##########
hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/util/Parquet2SparkSchemaUtils.java:
##########
@@ -90,13 +93,19 @@ private static String convertPrimitiveType(PrimitiveType 
field) {
           return "long";
         }
         switch (originalType)  {
-          case INT_64: return "long";
+          case INT_64:

Review Comment:
   I have updated the title to call out the type support that was missing and 
filed bug report here: https://github.com/apache/hudi/issues/17474



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to