[fix](test) fix clickhouse jdbc catalog func push down case #43196 (#44151)

cherry pick from #43196

Co-authored-by: zy-kkk <zhongyk10@gmail.com>
This commit is contained in:
Mingyu Chen (Rayner)
2024-11-18 18:03:10 +08:00
committed by GitHub
parent 161d76328d
commit efb3bdd96e

View File

@ -276,7 +276,7 @@ ORDER BY key;
CREATE TABLE doris_test.ts
(
id Int64,
ts UInt64
ts Int64
)
ENGINE = MergeTree
ORDER BY id;