bito-code-review[bot] commented on PR #43891: URL: https://github.com/apache/superset/pull/43891#issuecomment-5547692206
<!-- Bito Reply --> The current documentation for partition filter mapping does not explicitly address NULL partition-key values. Given that Hive and Impala treat NULLs as special partitions, and that appending a predicate like `dt_epoch >= ...` can inadvertently drop these rows, it is recommended to explicitly handle or document this behavior. Updating the documentation to warn users about the potential for incomplete results when NULLs are present in the partition column would be a proactive and helpful improvement. -- 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]
