We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428b209 commit 26405c0Copy full SHA for 26405c0
python/datafusion/dataframe.py
@@ -21,7 +21,7 @@
21
22
from __future__ import annotations
23
24
-from typing import Any, Iterable, List, TYPE_CHECKING
+from typing import Any, Iterable, List, Literal, TYPE_CHECKING
25
from datafusion.record_batch import RecordBatchStream
26
from typing_extensions import deprecated
27
from datafusion.plan import LogicalPlan, ExecutionPlan
0 commit comments