Skip to content

Commit

Permalink
Update generate_TableFunctionsFactory_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas authored and andrewseidl committed Aug 5, 2021
1 parent 57d9850 commit d110c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QueryEngine/scripts/generate_TableFunctionsFactory_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def parse_annotations(input_files):

if sizer is None:
name = 'kTableFunctionSpecifiedParameter'
idx = -1 # this sizer is not actually materialized in the UDTF
idx = 1 # this sizer is not actually materialized in the UDTF
sizer = 'TableFunctionOutputRowSizer{OutputBufferSizeType::%s, %s}' % (name, idx)

assert sizer is not None
Expand Down

0 comments on commit d110c97

Please sign in to comment.