[BUG]: Transpiler misses Oracle (+)
operator essentially converting all outer joins to inner joins
#1424
Labels
(+)
operator essentially converting all outer joins to inner joins
#1424
Is there an existing issue for this?
Category of Bug / Issue
TranspileParserError
Current Behavior
[BUG]: Transpiler misses Oracle
(+)
operator essentially converting all outer joins to inner joins.Oracle supports two ways to notate outer joins -
(+)
operator -- exampleRemorph just skips the
(+)
for Oracle queries so essentially Oracle converts all outer joins to inner joins when this Oracle specific outer join notation is used.Trent Shapiro @ Databricks ran into this in a PS project and can provide more details.
Expected Behavior
converted query has explicit
OUTER
join clauseSteps To Reproduce
No response
Relevant log output or Exception details
Sample Query
Operating System
macOS
Version
latest via Databricks CLI
The text was updated successfully, but these errors were encountered: