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: [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]
