-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[SUPPORT] table comments not fully supported #7531
Labels
priority:minor
everything else; usability gaps; questions; feature reqs
schema-and-data-types
spark
Issues related to spark
Comments
@parisni Thanks for raising this issue. Could you provide more details and reproducible steps? When saying |
yihua
added
priority:minor
everything else; usability gaps; questions; feature reqs
spark
Issues related to spark
schema-and-data-types
labels
Dec 21, 2022
When saying spark DF with comments metadata, do you mean the schema associated with the dataframe has the comments?
That's it.
Well, basically the steps are:
1. Create a DF
2. Add comment to it
3. Write the hudi table from that df
4. Read the resulting table and print schema
5. The comments are not shown while being in the avro schema
…On December 21, 2022 8:32:07 PM UTC, Y Ethan Guo ***@***.***> wrote:
@parisni Thanks for raising this issue. Could you provide more details and reproducible steps? When saying `spark DF with comments metadata`, do you mean the schema associated with the dataframe has the comments?
--
Reply to this email directly or view it on GitHub:
#7531 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
@yihua reproductible example
|
@jonvex can you look into this please? looks like some config fixes should resolve it |
Verified this issue and created a Jira ticket |
Tracked in HUDI-5533 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority:minor
everything else; usability gaps; questions; feature reqs
schema-and-data-types
spark
Issues related to spark
Hudi 12.1
When upsert spark DF with comments metadata, then it is present un the Avro shema commited. Also if enabled it is propagated in HMS.
But spark datasource likely omit them while reading. As a result they are hidden when reading from spark
The text was updated successfully, but these errors were encountered: