Commit graph

5 commits

Author SHA1 Message Date
dapan1121
f6f0294684 fix: add test cases and fix error message 2025-02-12 13:58:09 +08:00
dapan1121
e6799c9070 fix: correct expected result 2025-02-12 10:20:58 +08:00
Jing Sima
c2e15394d6 fix:[TS-5941] fix interpolate varchar/nchar data error 2025-01-22 13:40:26 +08:00
Jinqing Kuang
f5c66cec19 fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function
Previously, a statement with INTERP would force underlying TABLE SCAN
operator to scan all data within the RANGE clause, causing the time
range constraint in the WHERE condition to be ignored. This fix ensures
that the TABLE SCAN respects both the RANGE clause and WHERE condition,
improving query accuracy and performance.
2024-11-18 16:08:27 +08:00
Jing Sima
412c20968e fix:[TD-32727] Add test case for TD-32727. 2024-10-30 18:11:14 +08:00