danny0405 commented on code in PR #6365:
URL: https://github.com/apache/hudi/pull/6365#discussion_r946505230
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/DataTypeUtils.java:
##########
@@ -85,11 +86,15 @@ public static boolean isFamily(LogicalType logicalType,
LogicalTypeFamily family
* Resolves the partition path string into value obj with given data type.
*/
public static Object resolvePartition(String partition, DataType type) {
+ return resolvePartition(partition, type.getLogicalType());
+ }
+
Review Comment:
The changes to this clazz is unnecessary.
--
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]