Surbhi-Vijay opened a new pull request, #9385: URL: https://github.com/apache/incubator-gluten/pull/9385
## What changes were proposed in this pull request? Fallback Pandas UDF when the input is not an instance of `AttributeReference`. Example => `udf(1)` `udf(count(null))` We had encountered this error while trying to run Pandas testcases in `GlutenSQLQueryTestSuite`. The testcase was failing due to the commit: [[GLUTEN-5696] Add preprojection support for ArrowEvalPythonExec by yma11 · Pull Request #5697 · apache/incubator-gluten · GitHub](https://github.com/apache/incubator-gluten/pull/5697) where it expects each input to be `AttributeReference` ## How was this patch tested? Tested by running Pandas testcases in our internal setup. It is difficult to add the testcase for it as of now here. Once the support for running PySpark Pandas testcases is available, this scenario would be covered. -- 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]
