Re: [I] zorder fails with null binary values [iceberg]

2024-03-22 Thread via GitHub
amogh-jahagirdar commented on issue #10022: URL: https://github.com/apache/iceberg/issues/10022#issuecomment-2015236807 Yeah I think you're right, just looks like a missing null check. If the byte array is null I think we should just return an empty byte buffer. I'll put up a PR -- This

[I] zorder fails with null binary values [iceberg]

2024-03-22 Thread via GitHub
cccs-jc opened a new issue, #10022: URL: https://github.com/apache/iceberg/issues/10022 ### Apache Iceberg version 1.5.0 (latest release) ### Query engine Spark ### Please describe the bug 🐞 I have a table of IP flow data. The src_ipv4 and dst_ipv4 columns a