emkornfield commented on a change in pull request #7816:
URL: https://github.com/apache/arrow/pull/7816#discussion_r467532213
##########
File path: ci/scripts/integration_spark.sh
##########
@@ -22,6 +22,9 @@ source_dir=${1}
spark_dir=${2}
spark_version=${SPARK_VERSION:-master}
+# Use old behavior that always dropped tiemzones.
+export ARROW_NO_TZ=1
Review comment:
I went with PYARROW_IGNORE_TZ which I think is more succinct and I think
still conveys the meaning.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]