stuhood commented on issue #25569: URL: https://github.com/apache/datafusion/issues/25569#issuecomment-5762935726
Interesting! So, at least in ParadeDB, we differentiate "logical" bounds from "empirical" bounds. `Range` partitioning currently only represents logical bounds, as does `Hash` partitioning. In general, DataFusion does "empirical" bounds via stats, and via runtime information. Is this actually something that should be in the Partitioning? -- 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]
