apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.45k stars 961 forks source link

[hive] Support create formatTable set csv.field-delimiter #4360

Closed herefree closed 1 month ago

herefree commented 1 month ago

Purpose

I found that when using flink to create a format table, flink will throw an exception when reading the format table. This is due to the fact that the field-delimiter of the hive table is not specified. This pr is to support setting csv.field-delimiter.

Linked issue: close #xxx

Tests

API and Format

Documentation