SteNicholas commented on code in PR #840:
URL: https://github.com/apache/incubator-paimon/pull/840#discussion_r1159520639


##########
docs/content/concepts/file-layouts.md:
##########
@@ -51,6 +51,8 @@ A manifest file is a file containing changes about LSM data 
files and changelog
 
 Data files are grouped by partitions and buckets. Each bucket directory 
contains an [LSM tree]({{< ref "concepts/file-layouts#lsm-trees" >}}) and its 
[changelog files]({{< ref "concepts/primary-key-table#changelog-producers" >}}).
 
+Currently, Paimon supports using orc, parquet and avro as data file's format.

Review Comment:
   ```suggestion
   Currently, Paimon supports using orc(default), parquet and avro as data 
file's format.
   ```



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

Reply via email to