-
Notifications
You must be signed in to change notification settings - Fork 0
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
(#1506) Remove reservedSymbolTable and replace with HIDDEN_FIELD_NAME #323
(#1506) Remove reservedSymbolTable and replace with HIDDEN_FIELD_NAME #323
Conversation
…ELD_NAME instead Signed-off-by: acarbonetto <[email protected]>
…ELD_NAME instead Signed-off-by: acarbonetto <[email protected]>
…reservedSymbolTable-1506 Signed-off-by: acarbonetto <[email protected]>
Codecov Report
@@ Coverage Diff @@
## integ-remove-reservedSymbolTable-1506 #323 +/- ##
===========================================================================
- Coverage 97.42% 97.42% -0.01%
+ Complexity 4647 4646 -1
===========================================================================
Files 408 408
Lines 11526 11524 -2
Branches 839 839
===========================================================================
- Hits 11229 11227 -2
Misses 290 290
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: acarbonetto <[email protected]>
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.
Please, enrich PR description. As I understand it is just a refactor and there are no changes for the end user. If it is correct, please, add to the description.
… HIDDEN_FIELD_NAME (#323) * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: Fix checkstyle errors Signed-off-by: acarbonetto <[email protected]> --------- Signed-off-by: acarbonetto <[email protected]>
… HIDDEN_FIELD_NAME (opensearch-project#1936) * (opensearch-project#1506) Remove reservedSymbolTable and replace with HIDDEN_FIELD_NAME (#323) * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: Fix checkstyle errors Signed-off-by: acarbonetto <[email protected]> --------- Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: spotless apply Signed-off-by: acarbonetto <[email protected]> --------- Signed-off-by: acarbonetto <[email protected]> (cherry picked from commit 5381a6f) Signed-off-by: acarbonetto <[email protected]>
… HIDDEN_FIELD_NAME (opensearch-project#1936) * (opensearch-project#1506) Remove reservedSymbolTable and replace with HIDDEN_FIELD_NAME (#323) * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: Fix checkstyle errors Signed-off-by: acarbonetto <[email protected]> --------- Signed-off-by: acarbonetto <[email protected]> * opensearch-project#1506: spotless apply Signed-off-by: acarbonetto <[email protected]> --------- Signed-off-by: acarbonetto <[email protected]>
… HIDDEN_FIELD_NAME (opensearch-project#1936) (opensearch-project#1964) * (opensearch-project#1506) Remove reservedSymbolTable and replace with HIDDEN_FIELD_NAME (#323) * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead * opensearch-project#1506: Remove reservedSymbolTable and use HIDDEN_FIELD_NAME instead * opensearch-project#1506: Fix checkstyle errors --------- * opensearch-project#1506: spotless apply --------- (cherry picked from commit 5381a6f) Signed-off-by: acarbonetto <[email protected]>
Signed-off-by: Martin Gaievski <[email protected]>
Description
The reservedSymbolTable was included to separate out fields from hidden fields. It makes more sense to use the HIDDEN_FIELD_NAME namespace instead. Nothing changes for down-stream calls.
Issues Resolved
opensearch-project#1506
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.