Skip to content

Commit 7005fa8

Browse files
committed
Handle construction from scalar
1 parent 638b60b commit 7005fa8

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
@@ -2653,6 +2653,7 @@ def maybe_convert_objects(ndarray[object] objects,
26532653

26542654
elif seen.time_:
26552655
if is_time_array(objects):
2656+
# FIXME: need to ensure this is not timetz
26562657
opt = get_option("future.infer_time")
26572658
if opt is True:
26582659
import pyarrow as pa

0 commit comments

Comments
 (0)