timsaucer commented on PR #1381: URL: https://github.com/apache/datafusion-python/pull/1381#issuecomment-4144415233
I was taking a look at this to see if we want to include it in DF53, but after rebase I'm getting two problems: 1. metrics are set on `DataSourceExec` even before it's executed so the unit test that would return None is failing. This does expose that we need to have a good explanation / idea of when this does exist or not. 2. `test_union_distinct` is now causing a panic ``` FAILED python/tests/test_dataframe.py::test_union_distinct - pyo3_runtime.PanicException: partition not used yet ``` -- 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]
