Skip to content

Commit b7aa892

Browse files
committed
link fix
1 parent d86c958 commit b7aa892

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cpp/src/arrow/adapters/orc/adapter_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ TEST(TestAdapterReadWrite, ThrowWhenTZDBUnavaiable) {
644644
}
645645
#ifdef _WIN32
646646
GTEST_SKIP() << "GH-47489: Expected error is not thrown on Windows";
647-
#endif
647+
#endif
648648

649649
EnvVarGuard tzdir_guard("TZDIR", "/wrong/path");
650650
const char* expect_str = "IANA time zone database is unavailable but required by ORC";

cpp/src/arrow/engine/substrait/serde_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,8 @@ NamedTableProvider AlwaysProvideSameTable(std::shared_ptr<Table> table) {
10661066

10671067
TEST(Substrait, ExecReadRelWithLocalFiles) {
10681068
#ifdef _WIN32
1069-
GTEST_SKIP() << "GH-47490: Substrait does not properly parse PARQUET_TEST_DATA path on Windows";
1069+
GTEST_SKIP()
1070+
<< "GH-47490: Substrait does not properly parse PARQUET_TEST_DATA path on Windows";
10701071
#endif
10711072
ASSERT_OK_AND_ASSIGN(std::string dir_string,
10721073
arrow::internal::GetEnvVar("PARQUET_TEST_DATA"));

0 commit comments

Comments
 (0)