Skip to content

Commit

Permalink
Update python/strings_udf/strings_udf/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
brandon-b-miller and bdice authored Nov 17, 2022
1 parent ef99102 commit 5941048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/strings_udf/strings_udf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _get_ptx_file():
return regular_result[1]


# Maximum size of a string column is 2gb
# Maximum size of a string column is 2 GiB
_STRINGS_UDF_DEFAULT_HEAP_SIZE = os.environ.get(
"STRINGS_UDF_HEAP_SIZE", 2**31
)
Expand Down

0 comments on commit 5941048

Please sign in to comment.