You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "stevenzwu (via GitHub)" <gi...@apache.org> on 2023/05/06 15:46:08 UTC

[GitHub] [iceberg] stevenzwu commented on a diff in pull request #7499: Doc: Updates Writing to Partitioned Table Spark Docs

stevenzwu commented on code in PR #7499:
URL: https://github.com/apache/iceberg/pull/7499#discussion_r1186713066


##########
docs/spark-writes.md:
##########
@@ -339,74 +331,60 @@ USING iceberg
 PARTITIONED BY (days(ts), category)
 ```
 
-To write data to the sample table, your data needs to be sorted by `days(ts), category`.
-
-If you're inserting data with SQL statement, you can use `ORDER BY` to achieve it, like below:
+To write data to the sample table, your data needs to be sorted by `days(ts), category` but this is taken care

Review Comment:
   nit: your data -> data



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org