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

[MINOR] Fix wrong package name #3114

Merged
merged 1 commit into from Jun 19, 2021
Merged

[MINOR] Fix wrong package name #3114

merged 1 commit into from Jun 19, 2021

Conversation

chaplinthink
Copy link
Contributor

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

hudi-bot commented Jun 19, 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 Jun 19, 2021

Codecov Report

Merging #3114 (b8f7f02) into master (cdb9b48) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3114      +/-   ##
============================================
- Coverage     45.85%   45.85%   -0.01%     
  Complexity     5269     5269              
============================================
  Files           908      909       +1     
  Lines         39332    39336       +4     
  Branches       4239     4239              
============================================
  Hits          18036    18036              
- Misses        19451    19455       +4     
  Partials       1845     1845              
Flag Coverage Δ
hudicli 39.95% <ø> (ø)
hudiclient 30.44% <ø> (ø)
hudicommon 47.56% <ø> (-0.02%) ⬇️
hudiflink 61.33% <ø> (ø)
hudihadoopmr 51.29% <ø> (ø)
hudisparkdatasource 66.52% <ø> (ø)
hudisync 51.73% <ø> (ø)
huditimelineservice 64.36% <ø> (ø)
hudiutilities 56.63% <ø> (ø)

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

Impacted Files Coverage Δ
...apache/hudi/exception/HoodieMetadataException.java 0.00% <ø> (ø)

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 cdb9b48...b8f7f02. Read the comment docs.

@@ -26,8 +26,6 @@
import org.apache.hudi.common.util.Option;
import org.apache.hudi.utilities.deltastreamer.SourceFormatAdapter;
import org.apache.hudi.utilities.schema.FilebasedSchemaProvider;
import org.apache.hudi.utilities.sources.InputBatch;
import org.apache.hudi.utilities.sources.SqlSource;
Copy link
Contributor

Choose a reason for hiding this comment

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

this is weird that it would pass the checkstyle.

@leesf leesf merged commit 5339606 into apache:master Jun 19, 2021
@chaplinthink chaplinthink deleted the minor branch June 19, 2021 08:56
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.

None yet

4 participants