hantangwangd opened a new pull request, #16328: URL: https://github.com/apache/iceberg/pull/16328
For min/max aggregation push down, binary has the same limitations as string. Iceberg may truncate min/max statistics for binary columns in Parquet files. Since min/max push down is already disabled for string, this PR extends the same behavior to binary columns to avoid potential incorrect results. Refer to the test case in this PR for details. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
