Skip to content

Commit 3c15d55

Browse files
committed
Fixed CI test for exported classes to include RawExpr as well
1 parent 80611e6 commit 3c15d55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/datafusion/expr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
Partitioning = expr_internal.Partitioning
8787
Placeholder = expr_internal.Placeholder
8888
Projection = expr_internal.Projection
89+
RawExpr = expr_internal.RawExpr
8990
Repartition = expr_internal.Repartition
9091
ScalarSubquery = expr_internal.ScalarSubquery
9192
ScalarVariable = expr_internal.ScalarVariable
@@ -102,6 +103,7 @@
102103

103104
__all__ = [
104105
"Expr",
106+
"RawExpr",
105107
"Column",
106108
"Literal",
107109
"BinaryExpr",

0 commit comments

Comments
 (0)