Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-04-01 Thread via GitHub


JkSelf closed pull request #5063: [VL][DNM]Test Q95 post probe spill
URL: https://github.com/apache/incubator-gluten/pull/5063


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-04-01 Thread via GitHub


JkSelf commented on PR #5063:
URL: 
https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2030956952

   > it seems the error is not as expected
   > 
   > ```
   > java.lang.IllegalStateException: Data not found at 
/tmp/tpcds-generated-30.0, try using command ` data-gen-only 
` to generate it first.
   >at 
io.glutenproject.it.com.google.common.base.Preconditions.checkState(Preconditions.java:544)
   >at io.glutenproject.integration.tpc.TpcRunner.(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 
https://github.com/apache/incubator-gluten/pull/5224 to test Q95 spill. And I 
will close this PR. Thanks.


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-04-01 Thread via GitHub


zhouyuan commented on PR #5063:
URL: 
https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2030871876

   it seems the error is not as expected
   ```
   java.lang.IllegalStateException: Data not found at 
/tmp/tpcds-generated-30.0, try using command ` data-gen-only 
` to generate it first.
at 
io.glutenproject.it.com.google.common.base.Preconditions.checkState(Preconditions.java:544)
at io.glutenproject.integration.tpc.TpcRunner.(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)
   ```


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-03-26 Thread via GitHub


github-actions[bot] commented on PR #5063:
URL: 
https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2021746292

   Run Gluten Clickhouse CI


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-03-26 Thread via GitHub


github-actions[bot] commented on PR #5063:
URL: 
https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2019827061

   Run Gluten Clickhouse CI


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-03-25 Thread via GitHub


github-actions[bot] commented on PR #5063:
URL: 
https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2019212058

   Run Gluten Clickhouse CI


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-03-20 Thread via GitHub


github-actions[bot] commented on PR #5063:
URL: 
https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2011098667

   Run Gluten Clickhouse CI


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



Re: [PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-03-20 Thread via GitHub


github-actions[bot] commented on PR #5063:
URL: 
https://github.com/apache/incubator-gluten/pull/5063#issuecomment-2011098530

   
   
   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:
   
 * [Other pull requests](https://github.com/apache/incubator-gluten/pulls/)
   
   


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org



[PR] [VL][DNM]Test Q95 post probe spill [incubator-gluten]

2024-03-20 Thread via GitHub


JkSelf opened a new pull request, #5063:
URL: https://github.com/apache/incubator-gluten/pull/5063

   ## 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.
   


-- 
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: commits-unsubscr...@gluten.apache.org

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


-
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org