timsaucer commented on code in PR #1402:
URL: 
https://github.com/apache/datafusion-python/pull/1402#discussion_r2895879994


##########
python/tests/test_functions.py:
##########
@@ -964,15 +970,15 @@ def test_temporal_functions(df):
             datetime(2027, 6, 1, tzinfo=DEFAULT_TZ),
             datetime(2020, 7, 1, tzinfo=DEFAULT_TZ),
         ],
-        type=pa.timestamp("ns", tz=DEFAULT_TZ),
+        type=pa.timestamp("us", tz=DEFAULT_TZ),

Review Comment:
   Ok, I think this is from https://github.com/apache/datafusion/pull/19640 
where it is now passing through the original data type from the input instead 
of changing it to nanoseconds. I think this is appropriate.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to