Updating the FieldMappers to insert call addField of DocumentInput - #21001
Conversation
|
Failed to generate code suggestions for PR |
|
❌ Gradle check result for 7f26163: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
7f26163 to
80f72cd
Compare
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit babb436.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
|
Failed to generate code suggestions for PR |
80f72cd to
93426fa
Compare
|
Failed to generate code suggestions for PR |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #21001 +/- ##
============================================
- Coverage 73.14% 73.12% -0.03%
+ Complexity 73289 73285 -4
============================================
Files 5969 5969
Lines 334584 334765 +181
Branches 48176 48207 +31
============================================
+ Hits 244727 244789 +62
- Misses 70324 70368 +44
- Partials 19533 19608 +75 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Persistent review updated to latest commit 11179ad |
|
❌ Gradle check result for 11179ad: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 11179ad |
11179ad to
c6a5620
Compare
|
Persistent review updated to latest commit c6a5620 |
|
Could you please resolve conflicts on this? Rest LGTM |
1. Introducing FeatureFlag and Index Setting for pluggable dataformat feature. 2. Updating the FieldMappers to insert fields in DocumentInput for Multi Format Engine Signed-off-by: Sagar Darji <darsaga@amazon.com> # Conflicts: # CHANGELOG.md
…Mapper class Signed-off-by: Sagar Darji <darsaga@amazon.com>
…gableFormat as default rather than abstract Signed-off-by: Sagar Darji <darsaga@amazon.com>
c6a5620 to
1ae69d7
Compare
|
Persistent review updated to latest commit 1ae69d7 |
|
❕ Gradle check result for 1ae69d7: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
…#21001) * Following changes are part of this PR: 1. Introducing FeatureFlag and Index Setting for pluggable dataformat feature. 2. Updating the FieldMappers to insert fields in DocumentInput for Multi Format Engine Signed-off-by: Sagar Darji <darsaga@amazon.com> # Conflicts: # CHANGELOG.md * Addressing comment for moving the pluggable dataformat check to FieldMapper class Signed-off-by: Sagar Darji <darsaga@amazon.com> * Addressing comments for test cases and making parseCreateFieldForPluggableFormat as default rather than abstract Signed-off-by: Sagar Darji <darsaga@amazon.com> --------- Signed-off-by: Sagar Darji <darsaga@amazon.com> Co-authored-by: Sagar Darji <darsaga@amazon.com> Signed-off-by: Aparajita Pandey <aparajita31pandey@gmail.com>
…#21001) * Following changes are part of this PR: 1. Introducing FeatureFlag and Index Setting for pluggable dataformat feature. 2. Updating the FieldMappers to insert fields in DocumentInput for Multi Format Engine Signed-off-by: Sagar Darji <darsaga@amazon.com> # Conflicts: # CHANGELOG.md * Addressing comment for moving the pluggable dataformat check to FieldMapper class Signed-off-by: Sagar Darji <darsaga@amazon.com> * Addressing comments for test cases and making parseCreateFieldForPluggableFormat as default rather than abstract Signed-off-by: Sagar Darji <darsaga@amazon.com> --------- Signed-off-by: Sagar Darji <darsaga@amazon.com> Co-authored-by: Sagar Darji <darsaga@amazon.com>
…#21001) * Following changes are part of this PR: 1. Introducing FeatureFlag and Index Setting for pluggable dataformat feature. 2. Updating the FieldMappers to insert fields in DocumentInput for Multi Format Engine Signed-off-by: Sagar Darji <darsaga@amazon.com> # Conflicts: # CHANGELOG.md * Addressing comment for moving the pluggable dataformat check to FieldMapper class Signed-off-by: Sagar Darji <darsaga@amazon.com> * Addressing comments for test cases and making parseCreateFieldForPluggableFormat as default rather than abstract Signed-off-by: Sagar Darji <darsaga@amazon.com> --------- Signed-off-by: Sagar Darji <darsaga@amazon.com> Co-authored-by: Sagar Darji <darsaga@amazon.com>
Description
This PR adds the following functionalities:
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.