Skip to content

Commit

Permalink
fix hudi jni scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Nov 25, 2024
1 parent f60e589 commit 35a4152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static String convertAvroToHiveType(Schema schema) {
case LONG:
if (logicalType instanceof LogicalTypes.TimestampMillis
|| logicalType instanceof LogicalTypes.TimestampMicros) {
return logicalType.getName();
return "timestamp";
}
if (logicalType instanceof LogicalTypes.TimeMicros) {
return handleUnsupportedType(schema);
Expand Down

0 comments on commit 35a4152

Please sign in to comment.