Paimon
Last updated
Last updated
Paimon source connector
Read data from Apache Paimon.
warehouse
String
Yes
-
catalog_type
String
No
filesystem
catalog_uri
String
No
-
database
String
Yes
-
table
String
Yes
-
hdfs_site_path
String
No
-
query
String
No
-
paimon.hadoop.conf
Map
No
-
paimon.hadoop.conf-path
String
No
-
Paimon warehouse path
Catalog type of Paimon, support filesystem and hive
Catalog uri of Paimon, only needed when catalog_type is hive
The database you want to access
The table you want to access
The file path of hdfs-site.xml
The filter condition of the table read. For example: select * from st_test where id > 100
. If not specified, all rows are read. Currently, where conditions only support <, <=, >, >=, =, !=, or, and,is null, is not null, and others are not supported. The Having, Group By, Order By clauses are currently unsupported, because these clauses are not supported by Paimon. The projection and limit will be supported in the future.
Note: When the field after the where condition is a string or boolean value, its value must be enclosed in single quotes, otherwise an error will be reported. For example: name='abc' or tag='true'
The field data types currently supported by where conditions are as follows:
string
boolean
tinyint
smallint
int
bigint
float
double
date
timestamp
Properties in hadoop conf
The specified loading path for the 'core-site.xml', 'hdfs-site.xml', 'hive-site.xml' files