hudi-bot opened a new issue, #15684:
URL: https://github.com/apache/hudi/issues/15684
{{--SET TABLE PROPERTIES}}
{{ALTER TABLE dbx.tab1 SET TBLPROPERTIES ('hoodie.table.name' = 'customer')}}
{{--DROP TABLE PROPERTIES}}
{{ALTER TABLE dbx.tab1 UNSET TBLPROPERTIES ('hoodie.table.name')}}
{{--SHOW TABLE PROPERTIES}}
{{SHOW TBLPROPERTIES customer ('hoodie.table.name')}}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-5548
- Type: Improvement
--
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]