shehabgamin commented on issue #14123: URL: https://github.com/apache/datafusion/issues/14123#issuecomment-2686821819
@alamb @jayzhan211 @xudong963 Unfortunately https://github.com/apache/datafusion/pull/14824 did not fix the wildcard issue. I'm currently working on Sail's upcoming release, so unfortunately, I won't have time until next week to try fixing these issues in DataFusion. Retesting is fast/easy on my end, though. ### Test 2: Commit `5502f73` (DataFusion `main`) **1.** Still not resolved: ``` Physical plan does not support logical expression Wildcard { qualifier: None, options: WildcardOptions { ilike: None, exclude: None, except: None, replace: None, rename: None } } ``` **2.** `pyspark.sql.column.Column.substr` and: `pyspark.sql.functions.substring`: ``` UNEXPECTED EXCEPTION: ArrowInvalid('Unrecognized type: 24') ``` Looks like there is some regression in the `expr_fn::substr(string, position)` UDF. **3.** `SparkConnectFunctionTests::test_count_star` is the same error as **1**: ``` Physical plan does not support logical expression Wildcard { qualifier: None, options: WildcardOptions { ilike: None, exclude: None, except: None, replace: None, rename: None } } ``` -- 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