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

fix missing data for tagless when repartition is false #102

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

Nicole00
Copy link
Contributor

  1. fix missing data bug, close Whether to forcibly enable repartitioning when the number of nebula space partitions is greater than 1 #71
  2. change default repartitionWithNebula to true

@Nicole00 Nicole00 added the doc affected PR: improvements or additions to documentation label Oct 19, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 55.57% // Head: 55.67% // Increases project coverage by +0.09% 🎉

Coverage data is based on head (58f9702) compared to base (becfb0a).
Patch coverage: 90.90% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #102      +/-   ##
============================================
+ Coverage     55.57%   55.67%   +0.09%     
  Complexity       81       81              
============================================
  Files            17       17              
  Lines          1416     1419       +3     
  Branches        267      267              
============================================
+ Hits            787      790       +3     
  Misses          489      489              
  Partials        140      140              
Impacted Files Coverage Δ
...vesoft/exchange/common/writer/FileBaseWriter.scala 86.44% <88.88%> (+0.72%) ⬆️
...la/com/vesoft/exchange/common/config/Configs.scala 62.12% <100.00%> (ø)
.../vesoft/exchange/common/config/SchemaConfigs.scala 73.13% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@shanlai shanlai merged commit 729bd94 into vesoft-inc:master Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Whether to forcibly enable repartitioning when the number of nebula space partitions is greater than 1
3 participants