-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[HUDI-8786] Running intellij code cleanup #12524
Conversation
e39adf3
to
e180b9e
Compare
...rc/main/java/org/apache/hudi/common/table/read/HoodiePositionBasedFileGroupRecordBuffer.java
Show resolved
Hide resolved
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/AsyncClusteringService.java
Outdated
Show resolved
Hide resolved
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/HoodieAsyncService.java
Outdated
Show resolved
Hide resolved
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/AsyncClusteringService.java
Outdated
Show resolved
Hide resolved
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/WorkloadStat.java
Show resolved
Hide resolved
...mmon/src/main/java/org/apache/hudi/table/action/cluster/strategy/ClusteringPlanStrategy.java
Outdated
Show resolved
Hide resolved
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.
Overall looks good. I'll still test the changes in EMR cluster to make sure there is no issue around serialization in a Spark job.
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieMetadataTableValidator.java
Outdated
Show resolved
Hide resolved
04751a3
to
8c1952a
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.
Rebased.. Will address the one fix. Run SQL Quickstart on a local Spark cluster and land if the final/transient concern is resolved.
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/StreamSync.java
Show resolved
Hide resolved
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieMetadataTableValidator.java
Outdated
Show resolved
Hide resolved
- IDEA code cleanup changes - On top, fixed to make checkstyle happy - keeping `final transient` changes back as `transient`
8c1952a
to
7f32300
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.
We synced offline and it looks to me that the transient/final concern is no longer relevant (reference is either relevant or outdated). As long as tests pass we should go ahead landing this.
CI timed out, retried. Its green here now. |
Change Logs
final
modified added as needed.toString()
All the changes are auto generated.
Impact
None
Risk level (write none, low medium or high below)
low
Documentation Update
none
Contributor's checklist