Skip to content

Commit 5d5b1ba

Browse files
committed
Create dedicated write_parquet_options function
1 parent e86c3e3 commit 5d5b1ba

File tree

4 files changed

+411
-152
lines changed

4 files changed

+411
-152
lines changed

python/datafusion/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from . import functions, object_store, substrait, unparser
3232

3333
# The following imports are okay to remain as opaque to the user.
34-
from ._internal import Config, ParquetWriterOptions
34+
from ._internal import Config
3535
from .catalog import Catalog, Database, Table
3636
from .common import (
3737
DFSchema,
@@ -42,7 +42,7 @@
4242
SessionContext,
4343
SQLOptions,
4444
)
45-
from .dataframe import DataFrame, ParquetColumnOptions
45+
from .dataframe import DataFrame, ParquetColumnOptions, ParquetWriterOptions
4646
from .expr import (
4747
Expr,
4848
WindowFrame,

0 commit comments

Comments
 (0)