Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VL][DNM]Test Q95 post probe spill #5063

Closed
wants to merge 1 commit into from
Closed

[VL][DNM]Test Q95 post probe spill #5063

wants to merge 1 commit into from

Conversation

JkSelf
Copy link
Contributor

@JkSelf JkSelf commented Mar 21, 2024

What changes were proposed in this pull request?

Test whether post probe join spill work with velox newly spill related commits.

How was this patch tested?

Turn on Q95 failed CI.

Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

@zhouyuan
Copy link
Contributor

zhouyuan commented Apr 2, 2024

it seems the error is not as expected

java.lang.IllegalStateException: Data not found at /tmp/tpcds-generated-30.0, try using command `<gluten-it> data-gen-only <options>` to generate it first.
	at io.glutenproject.it.com.google.common.base.Preconditions.checkState(Preconditions.java:544)
	at io.glutenproject.integration.tpc.TpcRunner.<init>(TpcRunner.scala:30)
	at io.glutenproject.integration.tpc.action.Parameterized.execute(Parameterized.scala:91)
	at io.glutenproject.integration.tpc.TpcSuite.$anonfun$run$1(TpcSuite.scala:140)
	at io.glutenproject.integration.tpc.TpcSuite.$anonfun$run$1$adapted(TpcSuite.scala:138)
	at scala.collection.IndexedSeqOptimized.prefixLengthImpl(IndexedSeqOptimized.scala:41)
	at scala.collection.IndexedSeqOptimized.forall(IndexedSeqOptimized.scala:46)
	at scala.collection.IndexedSeqOptimized.forall$(IndexedSeqOptimized.scala:46)
	at scala.collection.mutable.ArrayOps$ofRef.forall(ArrayOps.scala:198)
	at io.glutenproject.integration.tpc.TpcSuite.run(TpcSuite.scala:138)
	at io.glutenproject.integration.tpc.TpcMixin.runActions(TpcMixin.java:142)
	at io.glutenproject.integration.tpc.command.Parameterized.call(Parameterized.java:123)
	at io.glutenproject.integration.tpc.command.Parameterized.call(Parameterized.java:39)
	at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
	at picocli.CommandLine.access$1300(CommandLine.java:145)
	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
	at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
	at picocli.CommandLine.execute(CommandLine.java:2078)
	at io.glutenproject.integration.tpc.Tpc.main(Tpc.java:37)

@JkSelf
Copy link
Contributor Author

JkSelf commented Apr 2, 2024

it seems the error is not as expected

java.lang.IllegalStateException: Data not found at /tmp/tpcds-generated-30.0, try using command `<gluten-it> data-gen-only <options>` to generate it first.
	at io.glutenproject.it.com.google.common.base.Preconditions.checkState(Preconditions.java:544)
	at io.glutenproject.integration.tpc.TpcRunner.<init>(TpcRunner.scala:30)
	at io.glutenproject.integration.tpc.action.Parameterized.execute(Parameterized.scala:91)
	at io.glutenproject.integration.tpc.TpcSuite.$anonfun$run$1(TpcSuite.scala:140)
	at io.glutenproject.integration.tpc.TpcSuite.$anonfun$run$1$adapted(TpcSuite.scala:138)
	at scala.collection.IndexedSeqOptimized.prefixLengthImpl(IndexedSeqOptimized.scala:41)
	at scala.collection.IndexedSeqOptimized.forall(IndexedSeqOptimized.scala:46)
	at scala.collection.IndexedSeqOptimized.forall$(IndexedSeqOptimized.scala:46)
	at scala.collection.mutable.ArrayOps$ofRef.forall(ArrayOps.scala:198)
	at io.glutenproject.integration.tpc.TpcSuite.run(TpcSuite.scala:138)
	at io.glutenproject.integration.tpc.TpcMixin.runActions(TpcMixin.java:142)
	at io.glutenproject.integration.tpc.command.Parameterized.call(Parameterized.java:123)
	at io.glutenproject.integration.tpc.command.Parameterized.call(Parameterized.java:39)
	at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
	at picocli.CommandLine.access$1300(CommandLine.java:145)
	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
	at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
	at picocli.CommandLine.execute(CommandLine.java:2078)
	at io.glutenproject.integration.tpc.Tpc.main(Tpc.java:37)

@zhouyuan @zhztheplayer already filed #5224 to test Q95 spill. And I will close this PR. Thanks.

@JkSelf JkSelf closed this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants