-
Notifications
You must be signed in to change notification settings - Fork 1.5k
metadata column support #13975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1, also encountering cases where parsing and executing queries referring to rowid is required. Both logical planning and physical planning (related to I'd be interested in contributing this feature if more detailed discussion regarding these surrounding implementation is made. |
@nishikinocurtis -- perhaps you can look at the proposed PR / API here: |
I think this is duplicated by #15173 so let's continue the discussion there |
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: