You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Rationale for this change
Note: Opening this to verify auto-run CI behavior.
This also includes a small refactor to `_convert_glue_to_iceberg`. We
were assigning parameters early and never using it. Since we only need
specific values from Parameters, this change uses the walrus operator to
read them inline and removes the unused variable.
## Are these changes tested?
Yes
## Are there any user-facing changes?
No
0 commit comments