We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450f051 commit 9ee3325Copy full SHA for 9ee3325
pandas/io/orc.py
@@ -47,6 +47,9 @@ def read_orc(
47
``file://localhost/path/to/table.orc``.
48
columns : list, default None
49
If not None, only these columns will be read from the file.
50
+ Output always follows the ordering of the file and not the columns list.
51
+ This mirrors the original behaviour of
52
+ :external+pyarrow:py:meth:`pyarrow.orc.ORCFile.read`.
53
**kwargs
54
Any additional kwargs are passed to pyarrow.
55
0 commit comments