Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Weihao Li <18110526956@163.com>
  • Loading branch information
Wei-hao-Li committed Dec 2, 2024
1 parent 20e601b commit a09b9ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ public void testRemoveBackQuote() {
};
resultSetEqualTest(
"select count(d1.s1), last_value(d1.s2), count(d2.s1), last_value(d2.s2) "
+ "into root.`sg_agg1`.`d1`(count_s1, last_value_s2), aligned root.sg_agg1.d2(count_s1, last_value_s2) "
+ "into root.sg_agg1.`d1`(`count_s1`, last_value_s2), aligned root.sg_agg1.d2(count_s1, last_value_s2) "
+ "from root.sg;",
selectIntoHeader,
intoRetArray);
Expand Down

0 comments on commit a09b9ff

Please sign in to comment.