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: [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]
