Skip to content

[HUDI-2181] Fix the incorrect doc descriptions for FlinkCreateHandle#3281

Closed
rice668 wants to merge 1 commit intoapache:masterfrom
rice668:refinedoc
Closed

[HUDI-2181] Fix the incorrect doc descriptions for FlinkCreateHandle#3281
rice668 wants to merge 1 commit intoapache:masterfrom
rice668:refinedoc

Conversation

@rice668
Copy link

@rice668 rice668 commented Jul 15, 2021

Tips

What is the purpose of the pull request

(For example: This pull request adds quick-start document.)

Brief change log

(for example:)

  • Modify AnnotationLocation checkstyle rule in checkstyle.xml

Verify this pull request

(Please pick either of the following options)

This pull request is a trivial rework / code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end.
  • Added HoodieClientWriteTest to verify the change.
  • Manually verified the change by running a job locally.

Committer checklist

  • Has a corresponding JIRA in PR title & commit

  • Commit message is descriptive of the change

  • CI is green

  • Necessary doc changes done or have another open PR

  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

@hudi-bot
Copy link
Collaborator

hudi-bot commented Jul 15, 2021

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run travis re-run the last Travis build
  • @hudi-bot run azure re-run the last Azure build

@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2021

Codecov Report

Merging #3281 (2b6d909) into master (23a4a96) will decrease coverage by 32.05%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master    #3281       +/-   ##
=============================================
- Coverage     47.81%   15.75%   -32.06%     
+ Complexity     5569      493     -5076     
=============================================
  Files           936      284      -652     
  Lines         41629    11828    -29801     
  Branches       4189      981     -3208     
=============================================
- Hits          19904     1864    -18040     
+ Misses        19958     9801    -10157     
+ Partials       1767      163     -1604     
Flag Coverage Δ
hudicli ?
hudiclient 0.00% <ø> (-34.47%) ⬇️
hudicommon ?
hudiflink ?
hudihadoopmr ?
hudisparkdatasource ?
hudisync 4.88% <ø> (-50.86%) ⬇️
huditimelineservice ?
hudiutilities 59.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...main/java/org/apache/hudi/metrics/HoodieGauge.java 0.00% <0.00%> (-100.00%) ⬇️
.../org/apache/hudi/hive/NonPartitionedExtractor.java 0.00% <0.00%> (-100.00%) ⬇️
.../java/org/apache/hudi/metrics/MetricsReporter.java 0.00% <0.00%> (-100.00%) ⬇️
...a/org/apache/hudi/metrics/MetricsReporterType.java 0.00% <0.00%> (-100.00%) ⬇️
...rg/apache/hudi/client/bootstrap/BootstrapMode.java 0.00% <0.00%> (-100.00%) ⬇️
...he/hudi/hive/HiveStylePartitionValueExtractor.java 0.00% <0.00%> (-100.00%) ⬇️
...pache/hudi/client/utils/ConcatenatingIterator.java 0.00% <0.00%> (-100.00%) ⬇️
...che/hudi/config/HoodieMetricsPrometheusConfig.java 0.00% <0.00%> (-100.00%) ⬇️
.../hudi/execution/bulkinsert/BulkInsertSortMode.java 0.00% <0.00%> (-100.00%) ⬇️
...able/action/compact/CompactionTriggerStrategy.java 0.00% <0.00%> (-100.00%) ⬇️
... and 722 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23a4a96...2b6d909. Read the comment docs.

@yanghua yanghua requested a review from danny0405 July 16, 2021 01:03
Copy link
Contributor

Choose a reason for hiding this comment

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

The subsequent mini-batches are appended to a file => The subsequent mini-batches are written to a file

The docs is actually correct, see FlinkMergeAndReplaceHandle.

Copy link
Author

Choose a reason for hiding this comment

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

Thansk, Done.

@danny0405
Copy link
Contributor

Sorry i don't think the fix is necessary, would close it.

@danny0405 danny0405 closed this Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants