Flink Doris Connector #5371
Labels
area/spark-connector
Issues or PRs related to Spark connector
kind/feature
Categorizes issue or PR as related to a new feature.
Refer to Spark Doris Connector test method Flink Connector
CREATE TABLE myUserTable (
user_id STRING,
user_name STRING
uv BIGINT,
pv BIGINT,
PRIMARY KEY (user_id) NOT ENFORCED
) WITH (
'connector' ='doris',
'fe.host' ='ip:port',
'username' ='users',
'password' ='password',
'tableName' ='table1'
);
The text was updated successfully, but these errors were encountered: