bvaradar commented on code in PR #17450:
URL: https://github.com/apache/hudi/pull/17450#discussion_r2586139171
##########
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:
Please add explicit commit message that this fixes the handling of these
types and have an issue with the description of this bug with reference to
this PR.
--
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]