Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache#1495] fix(core): Change the HashMap to ConcurrentMap in Proto…
…EntitySerDe (apache#1525) ### What changes were proposed in this pull request? Fix ConcurrentModificationException threw in function `ProtoEntitySerDe:getProtoClass()` ### Why are the changes needed? Fix: apache#1495 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? The TrinoQueryIT tester has been run successfully many times. However, before this change, it sometimes fails due to a ConcurrentModificationException
- Loading branch information