Skip to content

Commit f4c5003

Browse files
committed
Merge branch 'main' into context-display-config
2 parents 2d32179 + 818975b commit f4c5003

4 files changed

Lines changed: 1061 additions & 113 deletions

File tree

python/datafusion/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
Expr,
4747
WindowFrame,
4848
)
49+
from .html_formatter import configure_formatter
4950
from .io import read_avro, read_csv, read_json, read_parquet
5051
from .plan import ExecutionPlan, LogicalPlan
5152
from .record_batch import RecordBatch, RecordBatchStream
@@ -78,6 +79,7 @@
7879
"col",
7980
"column",
8081
"common",
82+
"configure_formatter",
8183
"expr",
8284
"functions",
8385
"lit",

0 commit comments

Comments
 (0)