StarRocks/starrocks-connector-for-apache-spark

【Bug】error result for Spark multi TMP view join

feihengye opened this issue · 1 comments

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" = "
"
);

企业微信截图_2da6cc4e-543f-4525-83a4-f90e8ba78d47

Assign to me, already solve this issue.

Fixed by #92