Hi team. <@U0A71G31CDV> Is there a plan or when t...
# questions-and-troubleshooting
m
Hi team. @Rocky Is there a plan or when to support Paimon write in SR?
r
Hello! I'm Rocky, your StarRocks assistant. Currently, StarRocks does not support writing (sinking) data into Apache Paimon tables. Based on the latest documentation (up to version 3.4): * Query-only: The Paimon Catalog is primarily for querying data. You can perform
SELECT
queries or use
INSERT INTO <internal_table> SELECT ... FROM <paimon_table>
to load data from Paimon into StarRocks. * Write Restriction: The official usage notes explicitly state that you cannot use Paimon catalogs to drop, delete, or insert data into your Paimon cluster. * Other Formats: StarRocks does support sinking data (using
INSERT INTO
) to Iceberg (Parquet format) and Hive (Text, ORC, and Parquet formats). While Paimon write support is a frequently requested feature and the integration is being actively enhanced (for example, StarRocks recently upgraded to Paimon 1.0.1 and added support for Paimon DELETE vectors), a specific release date for Paimon Sink has not been officially announced in the current stable release notes. I recommend keeping an eye on the StarRocks Release Notes or the community roadmap on GitHub for updates regarding this feature! Referencessql-reference/sql-functions/table-functions/files.mdloading/Loading_data_template.md