Skip to content

Commit cdc7e62

Browse files
committed
Handle construction from scalar
1 parent bf1d78b commit cdc7e62

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

26452645
elif seen.time_:
26462646
if is_time_array(objects):
2647+
# FIXME: need to ensure this is not timetz
26472648
opt = get_option("future.infer_time")
26482649
if opt is True:
26492650
import pyarrow as pa

0 commit comments

Comments
 (0)