-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: IndexConfigGenerator comment improvement #37739
base: master
Are you sure you want to change the base?
Conversation
…n config file Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zhengbuqian The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Invalid PR Title Format Detected Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:
Required Title Structure:
Where Example:
Please review and update your PR to comply with these guidelines. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37739 +/- ##
===========================================
- Coverage 80.67% 68.91% -11.77%
===========================================
Files 1357 290 -1067
Lines 190679 25471 -165208
===========================================
- Hits 153835 17553 -136282
+ Misses 31416 7918 -23498
+ Partials 5428 0 -5428
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
improvement comment in IndexConfigGenerator to use full index name; removed trailing space in config file(vs code auto removes trailing spaces when saving, and caused lots of unrelated git changes which is annoying)
this PR doesn't need an issue but using this to pass the check:
issue: #35853