snowflakedb / snowflakedb/snowpark-python
SNOW-2045761: Duplicated native_app_params in register udaf
@sfc-gh-jrose is already working on this.
Since Apr 24, 2025.
- Dominant language
- Python
- Stars
- 341
- Forks
- 155
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 27
Description
Please answer these questions before submitting your issue. Thanks!
-
What version of Python are you using?
Python 3.10.11
-
What operating system and processor architecture are you using?
macOS-15.4-arm64-arm-64bit
-
What are the component versions in the environment (
pip freeze)?
annotated-types==0.7.0
asn1crypto==1.5.1
atpublic==5.1
backports.tarfile==1.2.0
boto3==1.37.20
botocore==1.37.20
certifi==2025.1.31
cffi==1.17.1
cfgv==3.4.0
charset-normalizer==3.4.1
click==8.1.8
cloudpickle==2.2.1
coverage==7.6.12
cryptography==44.0.1
distlib==0.3.9
exceptiongroup==1.2.2
factory_boy==3.3.3
Faker==36.1.1
filelock==3.17.0
gitdb==4.0.12
GitPython==3.1.44
identify==2.6.8
idna==3.10
importlib_metadata==8.6.1
iniconfig==2.0.0
jaraco.classes==3.4.0
jaraco.context==6.0.1
jaraco.functools==4.1.0
Jinja2==3.1.6
jmespath==1.0.1
keyring==25.6.0
markdown-it-py==3.0.0
MarkupSafe==3.0.2
mdurl==0.1.2
more-itertools==10.6.0
nodeenv==1.9.1
packaging==24.2
platformdirs==4.3.6
pluggy==1.5.0
pre_commit==4.1.0
protobuf==5.29.3
pycparser==2.22
pydantic==2.11.3
pydantic_core==2.33.1
pydevd-pycharm==251.21418.69
Pygments==2.19.1
PyJWT==2.10.1
pyOpenSSL==24.3.0
pytest==8.3.5
pytest-randomly==3.16.0
pytest_httpserver==1.1.2
python-dateutil==2.9.0.post0
pytz==2025.1
PyYAML==6.0.2
requests==2.32.3
requirements-parser==0.11.0
rich==14.0.0
s3transfer==0.11.4
shellingham==1.5.4
six==1.17.0
smmap==5.0.2
-e git+ssh://git@github.com/snowflakedb/snowflake-cli.git@dc4eceb8bf34b141c879565304fb13ba0ab99e74#egg=snowflake_cli
snowflake-connector-python @ git+https://github.com/snowflakedb/snowflake-connector-python@94bc145b594b912448b30ae8059732f47db353b7
snowflake-snowpark-python==1.30.0
snowflake.core==1.3.0
sortedcontainers==2.4.0
syrupy==4.8.2
tomli==2.2.1
tomlkit==0.13.2
typer==0.15.2
types-setuptools==75.8.0.20250210
typing-inspection==0.4.0
typing_extensions==4.12.2
tzdata==2025.1
tzlocal==5.3
urllib3==2.3.0
virtualenv==20.29.2
Werkzeug==3.1.3
zipp==3.21.0
-
What did you do?
I ran our tests with the udaf decorator and got the error with duplicated native_app_params.
-
What did you expect to see?
No error :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.