vmingchen opened a new pull request, #66: URL: https://github.com/apache/datafusion-ray/pull/66
Fixes https://github.com/apache/datafusion-ray/issues/65 `exec_sql_on_tables` is a util function added by this PR that uses DataFution without Ray to execute queries. This ensures the validation is using the same Rust version as the DataFusion-Ray avoiding validation failure caused by inconsistency between different versions of DataFusion and DataFusion-Python. With this change, all TPCH validations are passing regardless of versions. Also, expose the `schema` of `RayDataFrame` to facilitate debugging. Thank @robtandy for the idea; see https://github.com/apache/datafusion-ray/issues/65#issuecomment-2679094341 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org