-
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
Support Duplicate Column Names #238
Support Duplicate Column Names #238
Conversation
Signed-off-by: GabeFernandez310 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## integ-support-duplicate-column-names #238 +/- ##
==========================================================================
- Coverage 98.38% 98.33% -0.06%
- Complexity 3694 3695 +1
==========================================================================
Files 343 343
Lines 9113 9122 +9
Branches 586 587 +1
==========================================================================
+ Hits 8966 8970 +4
- Misses 142 146 +4
- Partials 5 6 +1
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: GabeFernandez310 <[email protected]>
As it is currently, MySQL seems to return an error if you attempt to use Examples:MySQL:
Returns:
Our plugin:
Returns:
|
Queries like the following will also now work with the V2 engine....
Returns
|
I'm trying to understand what's the output of ProjectOperator for example given above. Could you explain a bit or give a UT? |
Raising PoC in upstream for consideration. |
Signed-off-by: Heemin Kim <[email protected]>
Description
PoC created to add support for duplicate column names. Previously an error was thrown.
See discussions here and here.
Examples:
Issues Resolved
opensearch-project#785
opensearch-project#1382
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.