Skip to content

Commit

Permalink
record TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Apr 18, 2024
1 parent 70c2d34 commit ffbaf59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/substrait/sql/extended_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def _parse_function_invokation(
except KeyError:
# No function found with the exact types, try any1_any1 version
# TODO: What about cases like i32_any1? What about any instead of any1?
# TODO: What about optional arguments? IE: "i32_i32?"
signature = f"{function_name}:{'_'.join(['any1']*len(arguments))}"
function_anchor = self._functions_catalog.function_anchor(signature)

Expand Down

0 comments on commit ffbaf59

Please sign in to comment.