vmingchen commented on issue #65: URL: https://github.com/apache/datafusion-ray/issues/65#issuecomment-2678921999
Seems to be caused by schema mistmatch: ``` Ray output schema supp_nation: string_view cust_nation: string_view l_year: double revenue: decimal128(38, 4) DataFusion output schema supp_nation: string_view cust_nation: string_view l_year: int32 revenue: decimal128(38, 4) ``` -- 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