Skip to content

Commit

Permalink
core:Optimize log printing in validateDeletedManifests(fix apache#3466)…
Browse files Browse the repository at this point in the history
… improve as suggestion from apache#4606 (comment)
  • Loading branch information
kyle-cx91 committed Apr 25, 2022
1 parent ef03f06 commit 506bb57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/spark/spark-ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ TBLPROPERTIES ('key'='value')
AS SELECT ...
```

The newly created table won't inherit the partition spec and table properties from the source table in SELECT, you can use PARTITIONED BY and TBLPROPERTIES in CTAS to declare partition spec and table properties for the new table.

## `REPLACE TABLE ... AS SELECT`

Iceberg supports RTAS as an atomic operation when using a [`SparkCatalog`](../spark-configuration#catalog-configuration). RTAS is supported, but is not atomic when using [`SparkSessionCatalog`](../spark-configuration#replacing-the-session-catalog).
Expand Down

0 comments on commit 506bb57

Please sign in to comment.