Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](test) fix clickhouse jdbc catalog func push down case (apache#4…
…3196) Related PR: apache#42102 Because we previously disabled the pushdown of cast, a test case error occurred when checking the pushdown of the clickhosue function. Because the column type is largeint, a cast will be generated when using from_unixtime, causing the function to fail to be pushed down. So we changed the column type to bigint.
- Loading branch information