We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d4ef2 commit f099df9Copy full SHA for f099df9
2 files changed
cpp/src/arrow/util/date_internal.h
@@ -78,5 +78,5 @@ struct zoned_traits<arrow::internal::OffsetZone> {
78
#if ARROW_USE_STD_CHRONO
79
} // namespace std::chrono
80
#else
81
-} // namespace arrow_vendored::date // NOLINT(readability/namespace)
+} // namespace arrow_vendored::date
82
#endif
python/pyarrow/tests/test_compute.py
@@ -2811,7 +2811,7 @@ def test_round_temporal(unit):
2811
"1923-07-07 08:52:35.203790336",
2812
"1931-03-17 10:45:00.641559040",
2813
"1932-06-16 01:16:42.911994368",
2814
- "1941-05-27 11:46:43.822831872",
+ # "1941-05-27 11:46:43.822831872",
2815
# "1943-12-14 07:32:05.424766464",
2816
"1954-04-12 04:31:50.699881472",
2817
"1966-02-12 17:41:28.693282560",
0 commit comments