smaheshwar-pltr commented on code in PR #12190:
URL: https://github.com/apache/iceberg/pull/12190#discussion_r1945626960
##########
docs/docs/spark-procedures.md:
##########
@@ -853,7 +853,7 @@ CALL spark_catalog.system.create_changelog_view(
table => 'db.tbl',
options => map('start-snapshot-id','1','end-snapshot-id', '2'),
identifier_columns => array('id', 'name')
-)
+);
Review Comment:
(Before this was the only example in this file with no trailing `;`)
##########
docs/docs/spark-procedures.md:
##########
@@ -707,9 +707,9 @@ Add the files from table `db.src_table`, a Hive or Spark
table registered in the
`db.tbl`. Only add files that exist within partitions where `part_col_1` is
equal to `A`.
```sql
CALL spark_catalog.system.add_files(
-table => 'db.tbl',
-source_table => 'db.src_tbl',
-partition_filter => map('part_col_1', 'A')
+ table => 'db.tbl',
Review Comment:
(Before this was the only example in this file with no indentation here)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]