You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1, also encountering cases where parsing and executing queries referring to rowid is required.
Both logical planning and physical planning (related to scan()s) would also need enhancement to 1. parse queries refer to metadata columns and 2. if necessary produce corresponding execution plan to pull metadata out.
I'd be interested in contributing this feature if more detailed discussion regarding these surrounding implementation is made.
Is your feature request related to a problem or challenge?
spark support metadata column
https://spark.apache.org/docs/3.4.3/api/java/org/apache/spark/sql/connector/catalog/SupportsMetadataColumns.html
then we can treat rowid as metadata column.
Describe the solution you'd like
add metadata column in TableProvider trait
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: