unical1988 commented on code in PR #728:
URL: https://github.com/apache/incubator-xtable/pull/728#discussion_r2286769539
##########
xtable-core/src/main/java/org/apache/xtable/delta/DeltaStatsExtractor.java:
##########
@@ -111,6 +114,10 @@ public String convertStatsToDeltaFormat(
.maxValues(getMaxValues(validColumnStats))
.nullCount(getNullCount(validColumnStats))
.build();
+ // Binary type in Parquet stats serialization is handled with
BinarySerializer()
Review Comment:
yes double checked
--
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]