Skip to content

Commit be343f1

Browse files
Doc: Fix indentation in the quick-start page(#972)
1 parent 3b48197 commit be343f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: site/content/in-dev/unreleased/quickstart.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ spark.sql("CREATE NAMESPACE IF NOT EXISTS quickstart_namespace")
300300
spark.sql("CREATE NAMESPACE IF NOT EXISTS quickstart_namespace.schema")
301301
spark.sql("USE NAMESPACE quickstart_namespace.schema")
302302
spark.sql("""
303-
CREATE TABLE IF NOT EXISTS quickstart_table (
304-
id BIGINT, data STRING
305-
)
303+
CREATE TABLE IF NOT EXISTS quickstart_table (
304+
id BIGINT, data STRING
305+
)
306306
USING ICEBERG
307307
""")
308308
```

0 commit comments

Comments
 (0)