lk246 opened a new issue, #1492: URL: https://github.com/apache/auron/issues/1492
**Describe the bug** <!-- A clear and concise description of what the bug is. --> When there are more than one filter conditions, triggering bloomFilter will cause the task to fail. **To Reproduce** <!-- Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error --> 1. enabled reuseSubquery set spark.sql.execution.reuseSubquery=true; 2. there are more than one filter conditions, triggering bloomFilter **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> UI: <img width="588" height="666" alt="Image" src="https://github.com/user-attachments/assets/ce15d53c-16d0-4fe8-ab89-fcb4664a11f1" /> executor: <img width="1210" height="508" alt="Image" src="https://github.com/user-attachments/assets/31412a48-47ef-4370-88ee-e329097132f4" /> driver: <img width="1913" height="380" alt="Image" src="https://github.com/user-attachments/assets/5c162454-926a-4194-847e-a325d405f987" /> **Additional context** <!-- Add any other context about the problem here. --> After reusing the subquery, there is a bug in the conversion between Arrow and Spark due to the presence of two filtering conditions, which leads to issues with the schema information in the subquery. -- 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]
