Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kche0169 committed Jan 13, 2025
1 parent 60903a5 commit ea6657b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unit_test/function/scalar/reverse_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ TEST_P(ReverseFunctionsTest, reverse_func) {
for (SizeT i = 0; i < row_count; ++i) {
Value v1 = data_block.GetValue(0, i);
EXPECT_EQ(v1.type_.type(), LogicalType::kVarchar);
// EXPECT_EQ(v1.value_., );
}

SharedPtr<ColumnVector> result = MakeShared<ColumnVector>(result_type);
Expand Down

0 comments on commit ea6657b

Please sign in to comment.