Skip to content

Conversation

@yihua
Copy link
Contributor

@yihua yihua commented Aug 15, 2022

Change Logs

This PR updates the docs of Spark SQL create table statement. Based on #4584, the create table statement for an existing Hudi table does not require partitioned by or options statement (options (primaryKey = 'id', preCombineField = 'ts') partitioned by (dt)), and it should be

create table hudi_existing_tbl using hudi
location '/tmp/hudi/hudi_existing_table';

Impact

Only docs update.

Risk level: none
The website can be properly built and visualized locally.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@xushiyan xushiyan merged commit 0d73341 into apache:asf-site Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants