Surbhi-Vijay opened a new pull request, #11387:
URL: https://github.com/apache/incubator-gluten/pull/11387

   ## What changes are proposed in this pull request?
   Schema validation fails during validation phase for unsupported join types. 
When an unsupported join type is encountered, it throws 
`IllegalArgumentException `. This patch catches the exception and adds 
validation failure msg. This helps in falling back unsupported join type to 
Spark and query successfully completes.
   
   This issue was encountered with Spark-4.0 where new join type `LeftSingle` 
has been introduced.
   See: https://github.com/apache/incubator-gluten/issues/11372
   
   ## How was this patch tested?
   Tested locally by running spark testcase with native session enabled.
   


-- 
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]

Reply via email to