Closed feihengye closed 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" = "**" );
name
Assign to me, already solve this issue.
Fixed by #92
CREATE TEMPORARY VIEW spark_starrocks_1 USING starrocks OPTIONS ( "starrocks.table.identifier" = "test.score_board", "starrocks.filter.query" = "
name
= 'jhon' ORname
= 'Lucy'", "starrocks.columns" = "id,name", "starrocks.fenodes" = "**:8030", "starrocks.user" = "", "starrocks.password" = "**" );Assign to me, already solve this issue.