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 `<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)
   ```


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

Reply via email to