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

Use unnamed variables #22021

Merged
merged 5 commits into from
May 19, 2024
Merged

Use unnamed variables #22021

merged 5 commits into from
May 19, 2024

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented May 18, 2024

No description provided.

Applied using: sift 'ThreadContextClassLoader ignored =' -l | while read file; do sed -i '' 's/ThreadContextClassLoader ignored/ThreadContextClassLoader _/g' "${file}"; done
Applied with: sift 'catch \(.* ignored' -x java -l | while read file; do sed -i '' 's/ignored) {/_\) {/g' "${file}"; done
@cla-bot cla-bot bot added the cla-signed label May 18, 2024
@wendigo wendigo requested a review from martint May 18, 2024 20:53
@github-actions github-actions bot added hudi Hudi connector iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector bigquery BigQuery connector mongodb MongoDB connector labels May 18, 2024
Applied using: sift 'var ignored = ' -x java -l | while read file; do sed -i '' 's/var ignored =/var _ =/g' "${file}"; done
Applied with sift 'SetThreadName ignored =' -x java -l | while read file; do sed -i '' 's/SetThreadName ignored/SetThreadName _/g' "${file}"; done
Applied with sift 'ignored ->' -x java -l | while read file; do sed -i '' 's/ignored ->/_ ->/g' "${file}"; done
@wendigo wendigo force-pushed the serafin/jdk-22-use-unnamed branch from 68e0920 to 261ec4f Compare May 19, 2024 10:09
@wendigo wendigo merged commit 6c9736e into master May 19, 2024
106 checks passed
@wendigo wendigo deleted the serafin/jdk-22-use-unnamed branch May 19, 2024 11:46
@github-actions github-actions bot added this to the 449 milestone May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed delta-lake Delta Lake connector hive Hive connector hudi Hudi connector iceberg Iceberg connector mongodb MongoDB connector
Development

Successfully merging this pull request may close these issues.

None yet

2 participants