andygrove commented on PR #5237:
URL:
https://github.com/apache/datafusion-comet/pull/5237#issuecomment-5183390127
Thanks for addressing my feedback @mbutrovich. Could you take a look at the
test failure in CI?
```
- CometScanRule should fallback to Spark for unsupported _metadata columns
*** FAILED *** (206 milliseconds)
org.apache.spark.sql.catalyst.ExtendedAnalysisException:
[UNRESOLVED_COLUMN.WITH_SUGGESTION] A column, variable, or function parameter
with name `_metadata` cannot be resolved. Did you mean one of the following?
[`id`, `name`]. SQLSTATE: 42703; line 1 pos 11;
'Project [id#257713, '_metadata]
+- SubqueryAlias test_data
+- View (`test_data`, [id#257713, name#257714])
+- Relation [id#257713,name#257714] parquet
```
--
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]