Skip to content

Commit ffbaf59

Browse files
committed
record TODO
1 parent 70c2d34 commit ffbaf59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/substrait/sql/extended_expression.py

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def _parse_function_invokation(
203203
except KeyError:
204204
# No function found with the exact types, try any1_any1 version
205205
# TODO: What about cases like i32_any1? What about any instead of any1?
206+
# TODO: What about optional arguments? IE: "i32_i32?"
206207
signature = f"{function_name}:{'_'.join(['any1']*len(arguments))}"
207208
function_anchor = self._functions_catalog.function_anchor(signature)
208209

0 commit comments

Comments
 (0)