Skip to content

Commit

Permalink
Doc: Fix indentation in the quick-start page(#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode authored Feb 9, 2025
1 parent 3b48197 commit be343f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/in-dev/unreleased/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ spark.sql("CREATE NAMESPACE IF NOT EXISTS quickstart_namespace")
spark.sql("CREATE NAMESPACE IF NOT EXISTS quickstart_namespace.schema")
spark.sql("USE NAMESPACE quickstart_namespace.schema")
spark.sql("""
CREATE TABLE IF NOT EXISTS quickstart_table (
id BIGINT, data STRING
)
CREATE TABLE IF NOT EXISTS quickstart_table (
id BIGINT, data STRING
)
USING ICEBERG
""")
```
Expand Down

0 comments on commit be343f1

Please sign in to comment.