Giter Site home page Giter Site logo

Comments (3)

findinpath avatar findinpath commented on June 3, 2024

https://github.com/trinodb/trino/actions/runs/8489328059/job/23259301903?pr=21330

Error:  io.trino.faulttolerant.hive.TestHiveRuntimeAdaptivePartitioningFaultTolerantExecutionJoinQueries.testSemiJoin -- Time elapsed: 14.14 s <<< FAILURE!
java.lang.AssertionError: 
Execution of 'actual' query 20240330_075443_00062_udb2m failed: SELECT *, o2.custkey
  IN (
    SELECT orderkey
    FROM lineitem
    WHERE orderkey % 5 = 0)
FROM (SELECT * FROM orders WHERE custkey % 256 = 0) o1
JOIN (SELECT * FROM orders WHERE custkey % 256 = 0) o2
  ON (o1.orderkey IN (SELECT orderkey FROM lineitem WHERE orderkey % 4 = 0)) = (o2.orderkey IN (SELECT orderkey FROM lineitem WHERE orderkey % 4 = 0))
WHERE o1.orderkey
  IN (
    SELECT orderkey
    FROM lineitem
    WHERE orderkey % 4 = 0)
ORDER BY o1.orderkey
  IN (
    SELECT orderkey
    FROM lineitem
    WHERE orderkey % 7 = 0)
	at io.trino.testing.QueryAssertions.assertDistributedQuery(QueryAssertions.java:299)
	at io.trino.testing.QueryAssertions.assertQuery(QueryAssertions.java:187)
	at io.trino.testing.QueryAssertions.assertQuery(QueryAssertions.java:160)
	at io.trino.testing.AbstractTestQueryFramework.assertQuery(AbstractTestQueryFramework.java:345)
	at io.trino.testing.AbstractTestQueryFramework.assertQuery(AbstractTestQueryFramework.java:340)
	at io.trino.testing.AbstractTestJoinQueries.testSemiJoin(AbstractTestJoinQueries.java:1[763](https://github.com/trinodb/trino/actions/runs/8489328059/job/23259301903?pr=21330#step:5:764))
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1534)
	at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2269)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:495)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:662)
	at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1491)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: io.trino.testing.QueryFailedException: Number of stages in the query (152) exceeds the allowed maximum (150). If the query contains multiple aggregates with DISTINCT over different columns, please set the 'mark_distinct_strategy' session property to 'none'. If the query contains WITH clauses that are referenced more than once, please create temporary table(s) for the queries in those clauses.

cc @losipiuk @dekimir

from trino.

losipiuk avatar losipiuk commented on June 3, 2024

Should be fixed with #21318.

@gaurav8297 plase confirm and close

from trino.

gaurav8297 avatar gaurav8297 commented on June 3, 2024

Yes, it should be fixed with this change: #21318

from trino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.