Skip to content

Commit f099df9

Browse files
committed
comment out another timestamp, remove NOLINT
1 parent 30d4ef2 commit f099df9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/src/arrow/util/date_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ struct zoned_traits<arrow::internal::OffsetZone> {
7878
#if ARROW_USE_STD_CHRONO
7979
} // namespace std::chrono
8080
#else
81-
} // namespace arrow_vendored::date // NOLINT(readability/namespace)
81+
} // namespace arrow_vendored::date
8282
#endif

python/pyarrow/tests/test_compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,7 @@ def test_round_temporal(unit):
28112811
"1923-07-07 08:52:35.203790336",
28122812
"1931-03-17 10:45:00.641559040",
28132813
"1932-06-16 01:16:42.911994368",
2814-
"1941-05-27 11:46:43.822831872",
2814+
# "1941-05-27 11:46:43.822831872",
28152815
# "1943-12-14 07:32:05.424766464",
28162816
"1954-04-12 04:31:50.699881472",
28172817
"1966-02-12 17:41:28.693282560",

0 commit comments

Comments
 (0)