jerry-024 commented on code in PR #6879:
URL: https://github.com/apache/paimon/pull/6879#discussion_r2644896433
##########
docs/content/concepts/spec/fileformat.md:
##########
@@ -506,6 +506,33 @@ The following table lists the type mapping from Paimon
type to CSV type.
</tbody>
</table>
+## TEXT
+
+Experimental feature, not recommended for production.
+
+Format Options:
+
+<table class="table table-bordered">
+ <thead>
+ <tr>
+ <th class="text-left" style="width: 25%">Option</th>
+ <th class="text-center" style="width: 7%">Default</th>
+ <th class="text-center" style="width: 10%">Type</th>
+ <th class="text-center" style="width: 42%">Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><h5>text.line-delimiter</h5></td>
+ <td style="word-wrap: break-word;"><code>\n</code></td>
+ <td>String</td>
+ <td>The line delimiter for TEXT format</td>
+ </tr>
+ </tbody>
+</table>
+
+The Paimon text table contains only one field, and it is of string type.
Review Comment:
If only one field, why still need define text.line-delimiter?
--
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]