steveloughran commented on issue #3529: URL: https://github.com/apache/parquet-java/issues/3529#issuecomment-4511201669
Based on the spark code, we have to consider whether it's worth sorting the variant here, as iceberg does, or just do a linear scan. It really comes down to what fraction of the variants are read. Once there are 16 elements and all 16 are read, a sort + binary search is more effective. -- 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]
