-
Notifications
You must be signed in to change notification settings - Fork 298
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
[fix] specify options various is class field;use ThreadLocal remove instead of set null #2143
Conversation
GOODBOY008
commented
Oct 18, 2023
- specify options various is class field
- use ThreadLocal method remove instead of set null
@zhoujinsong @shidayang PTAL |
Codecov ReportAttention:
... and 2 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
f6c0156
to
38d7529
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for you contribution! 👍
I left some comments, please take a look @GOODBOY008
ams/server/src/main/java/com/netease/arctic/server/table/DefaultTableService.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/netease/arctic/optimizing/BaseOptimizingInput.java
Show resolved
Hide resolved
trino/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
Outdated
Show resolved
Hide resolved
trino/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
Outdated
Show resolved
Hide resolved
LGTM |
231e790
to
2d11eca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…nstead of set null (apache#2143) * [fix] specify options various is class field;use ThreadLocal remove instead of set null * [Bug] Fix NPE when throw ObjectNotExistsException