Skip to content

Commit

Permalink
fix issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 authored and ti-chi-bot committed Sep 14, 2022
1 parent 2f1d924 commit cbd4368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbms/src/Functions/tests/gtest_logical.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ try
func_name,
createColumn<Nullable<UInt8>>({0, 1, 0, 1, {}, 0}),
createColumn<Nullable<UInt8>>({0, 1, 1, 0, 1, {}})));
// issue 37258
// issue 5849
ASSERT_COLUMN_EQ(
createColumn<UInt8>({0, 1, 1, 1}),
executeFunction(
Expand Down
2 changes: 1 addition & 1 deletion tests/fullstack-test/expr/logical_op.test
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mysql> set tidb_enforce_mpp=1; set tidb_isolation_read_engines='tiflash'; select
mysql> set tidb_enforce_mpp=1; set tidb_isolation_read_engines='tiflash'; select count(*) from test.t3 group by a having ifnull(null,count(*)) and min(null);
# empty

# issue 37258
# issue 5849
mysql> set tidb_enforce_mpp=1; set tidb_isolation_read_engines='tiflash'; select a or b from test.t4;
+--------+
| a or b |
Expand Down

0 comments on commit cbd4368

Please sign in to comment.