You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jackwener (via GitHub)" <gi...@apache.org> on 2023/02/19 08:18:15 UTC

[GitHub] [arrow-datafusion] jackwener opened a new issue, #5334: tpcds_logical_q8 ambiguous name.

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] jackwener closed issue #5334: tpcds_logical_q8 ambiguous name.

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener closed issue #5334: tpcds_logical_q8 ambiguous name.
URL: https://github.com/apache/arrow-datafusion/issues/5334


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org