jackwener opened a new issue, #5334:
URL: https://github.com/apache/arrow-datafusion/issues/5334

   **Describe the bug**
   `ambiguous name` problem due to q8
   
   ```
   select
   intersect
   select
   
   -> 
   
   t1 left semi join t2 on t1.zip = zip.
   ```
   
   **To Reproduce**
   After set `pub skip_failed_rules: bool, default = false`, we can find it.
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


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

Reply via email to