Skip to content

Commit 9fd130f

Browse files
committed
chore: more descriptive TODO
1 parent 5ce9140 commit 9fd130f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/substrait/dataframe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ def col(name: str) -> Expression:
1111
"""Column selection."""
1212
return Expression(column(name))
1313

14-
# TODO
14+
# TODO handle str_as_lit argument
1515
def parse_into_expr(expr, str_as_lit: bool):
1616
return expr._to_compliant_expr(substrait.dataframe)

0 commit comments

Comments
 (0)