Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve ANY Resolution Occurring at End of Python List Parameter #3160

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

mxwli
Copy link
Contributor

@mxwli mxwli commented Mar 27, 2024

[1, 2, 3, None] and {'a': 1, 'b': None} should correctly resolve to INT64[] and MAP(STRING, INT64) now.

Additionally, [] resolves to ANY[] instead of STRING[] so that [[], [1, 2, 3]] resolves to INT64[][] instead of STRING[][]

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.08%. Comparing base (c747899) to head (0fb9fad).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3160      +/-   ##
==========================================
- Coverage   92.08%   92.08%   -0.01%     
==========================================
  Files        1168     1168              
  Lines       44087    44084       -3     
==========================================
- Hits        40598    40593       -5     
- Misses       3489     3491       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andyfengHKU andyfengHKU merged commit 6c82aad into master Mar 28, 2024
18 checks passed
@andyfengHKU andyfengHKU deleted the 3054-fix branch March 28, 2024 03:51
@mxwli
Copy link
Contributor Author

mxwli commented Mar 28, 2024

Fixes the additional bug brought up at #3054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants