Skip to content

Commit 208789c

Browse files
committed
Handle construction from scalar
1 parent ae01101 commit 208789c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/lib.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -2660,6 +2660,7 @@ def maybe_convert_objects(ndarray[object] objects,
26602660

26612661
elif seen.time_:
26622662
if is_time_array(objects):
2663+
# FIXME: need to ensure this is not timetz
26632664
opt = get_option("future.infer_time")
26642665
if opt is True:
26652666
import pyarrow as pa

0 commit comments

Comments
 (0)