【Bug】error result for Spark multi TMP view join
feihengye opened this issue · 1 comments
feihengye commented
CREATE TEMPORARY VIEW spark_starrocks_1
USING starrocks
OPTIONS
(
"starrocks.table.identifier" = "test.score_board",
"starrocks.filter.query" = "name
= 'jhon' OR name
= 'Lucy'",
"starrocks.columns" = "id,name",
"starrocks.fenodes" = "******:8030",
"starrocks.user" = "",
"starrocks.password" = ""
);
Assign to me, already solve this issue.