Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
js8544 committed Dec 19, 2023
1 parent 79a4f17 commit 9c54a87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cpp/src/arrow/compute/kernels/scalar_string_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <string>
#include <utility>
#include <vector>
#include "arrow/type_fwd.h"

#include <gmock/gmock.h>
#include <gtest/gtest.h>
Expand All @@ -34,10 +33,10 @@
#include "arrow/compute/kernels/test_util.h"
#include "arrow/testing/gtest_util.h"
#include "arrow/type.h"
#include "arrow/type_fwd.h"
#include "arrow/util/value_parsing.h"

namespace arrow {
namespace compute {
namespace arrow::compute {

// interesting utf8 characters for testing (lower case / upper case):
// * ῦ / Υ͂ (3 to 4 code units) (Note, we don't support this yet, utf8proc does not use
Expand Down Expand Up @@ -2485,5 +2484,4 @@ TEST(TestStringKernels, UnicodeLibraryAssumptions) {
}
#endif

} // namespace compute
} // namespace arrow
} // namespace arrow::compute

0 comments on commit 9c54a87

Please sign in to comment.