cloud-fan commented on code in PR #50921:
URL: https://github.com/apache/spark/pull/50921#discussion_r2174217946
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -9403,6 +9403,11 @@
"The number of fields (<numFields>) in the partition identifier is not
equal to the partition schema length (<schemaLen>). The identifier might not
refer to one partition."
]
},
+ "UNSUPPORTED_JOIN_TYPES": {
+ "message" : [
+ "Unsupported join type: <joinType>"
+ ]
+ },
Review Comment:
+1, Spark supports all join types, only this join pushdown doesn't support
certain join types.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]