Skip to content

Commit

Permalink
[fix](test) fix clickhouse jdbc catalog func push down case #43196 (#…
Browse files Browse the repository at this point in the history
…44151)

cherry pick from #43196

Co-authored-by: zy-kkk <[email protected]>
  • Loading branch information
morningman and zy-kkk authored Nov 18, 2024
1 parent 161d763 commit efb3bdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ ORDER BY key;
CREATE TABLE doris_test.ts
(
id Int64,
ts UInt64
ts Int64
)
ENGINE = MergeTree
ORDER BY id;
Expand Down

0 comments on commit efb3bdd

Please sign in to comment.