Skip to content

Commit

Permalink
moar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-batur committed Jan 28, 2025
1 parent a726012 commit c1ee08b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ast/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,7 @@ def decode_expr(self, expr: proto.Expr, **kwargs) -> Any:
name = self.decode_name_expr(expr.stored_procedure.name)

ret_sproc = sproc(
self.session.sproc._registry[registered_object_name],
self.session.sproc._registry[registered_object_name].func,
name=name,
return_type=return_type,
input_types=input_types,
Expand Down Expand Up @@ -2850,7 +2850,6 @@ def decode_expr(self, expr: proto.Expr, **kwargs) -> Any:
mode = "OBJECT"

if len(path) == 0:

return self.session.flatten(
input=input, outer=outer, recursive=recursive, mode=mode
)
Expand Down

0 comments on commit c1ee08b

Please sign in to comment.