danielhumanmod commented on PR #518: URL: https://github.com/apache/incubator-xtable/pull/518#issuecomment-2295177199
Do we need to handle UUID here for Hudi partition value? https://github.com/apache/incubator-xtable/blob/main/xtable-core/src/main/java/org/apache/xtable/hudi/HudiPartitionValuesExtractor.java#L160-L162 Like: ``` case FIXED: case BYTES: case UUID: parsedValue = valueAsString.getBytes(StandardCharsets.UTF_8); break; ``` -- 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]
