StarRocks / starrocks-connector-for-apache-spark

Apache License 2.0
36 stars 53 forks source link

【Bug】error result for Spark multi TMP view join #91

Closed feihengye closed 1 year ago

feihengye commented 1 year ago

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.

feihengye commented 1 year ago

Fixed by #92