raulcd commented on code in PR #15048:
URL: https://github.com/apache/arrow/pull/15048#discussion_r1055493473


##########
python/pyarrow/tests/test_compute.py:
##########
@@ -1994,12 +2000,12 @@ def test_assume_timezone():
                                  "2009-12-31T04:20:20.004132",
                                  "2010-01-01T05:25:25.005321",
                                  "2010-01-03T06:30:30.006163",
-                                 "2010-01-04T07:35:35",
-                                 "2006-01-01T08:40:40",
-                                 "2005-12-31T09:45:45",
-                                 "2008-12-28",
-                                 "2008-12-29",
-                                 "2012-01-01 01:02:03"])
+                                 "2010-01-04T07:35:35.0",

Review Comment:
   just curious why are those being updated? are formats like `"2008-12-28"` 
not supported anymore?



##########
ci/scripts/install_pandas.sh:
##########
@@ -36,7 +36,7 @@ else
 fi
 
 if [ "${pandas}" = "upstream_devel" ]; then
-  pip install git+https://github.com/pandas-dev/pandas.git --no-build-isolation
+  pip install git+https://github.com/pandas-dev/pandas.git

Review Comment:
   I wonder why we did use `--no-build-isolation` in the first place. LGTM



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to