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

[java] fix double bracket init #45460

Merged
merged 1 commit into from
May 21, 2024
Merged

[java] fix double bracket init #45460

merged 1 commit into from
May 21, 2024

Conversation

aslonnie
Copy link
Collaborator

@aslonnie
Copy link
Collaborator Author

the original code will fail to build after upgrading bazel and some packages

https://buildkite.com/ray-project/premerge/builds/26373#018f9a0f-ea03-4dc4-903e-00320586cab9/1019-9448

@aslonnie aslonnie added the go add ONLY when ready to merge, run all tests label May 21, 2024
@aslonnie aslonnie enabled auto-merge (squash) May 21, 2024 09:45
@aslonnie aslonnie disabled auto-merge May 21, 2024 09:45
@aslonnie aslonnie enabled auto-merge (squash) May 21, 2024 09:45
{
put("KEY1", "A");
put("KEY2", "B");
put("KEY1", "C");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this thing has two "KEY1" ?

@aslonnie aslonnie force-pushed the lonnie-240521-javafix branch from 4b0660c to 763a461 Compare May 21, 2024 13:37
@github-actions github-actions bot disabled auto-merge May 21, 2024 13:37
@aslonnie aslonnie enabled auto-merge (squash) May 21, 2024 14:19
@aslonnie aslonnie disabled auto-merge May 21, 2024 14:19
@aslonnie aslonnie enabled auto-merge (squash) May 21, 2024 14:19
@aslonnie aslonnie merged commit 7767457 into master May 21, 2024
8 checks passed
@aslonnie aslonnie deleted the lonnie-240521-javafix branch May 21, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants