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

   ## What changes were proposed in this pull request?
   
   Fix a wrong constructor bug 
   
   ```
     java.lang.IllegalStateException: Failed to copy node.
   Is otherCopyArgs specified correctly for ColumnarToRowRemovalGuard.
   Exception message: wrong number of arguments
   ctor: public 
org.apache.gluten.extension.columnar.MiscColumnarRules$PreventBatchTypeMismatchInTableCache$PreventColumnarTypeMismatchInTableCache$ColumnarToRowRemovalGuard(org.apache.gluten.extension.columnar.MiscColumnarRules$PreventBatchTypeMismatchInTableCache$PreventColumnarTypeMismatchInTableCache$,org.apache.spark.sql.execution.SparkPlan)?
   types: class 
org.apache.gluten.extension.columnar.transition.TransitionSuite$BatchToRow
   args: BatchToRow VanillaBatch$
   +- Range (0, 1, step=1, splits=2)
     at 
org.apache.spark.sql.catalyst.trees.TreeNode.makeCopy(TreeNode.scala:854)
     at 
org.apache.spark.sql.catalyst.trees.TreeNode.mapChildren(TreeNode.scala:781)
     at org.apache.spark.sql.catalyst.trees.TreeNode.clone(TreeNode.scala:860)
     at 
org.apache.gluten.extension.columnar.MiscColumnarRulesSuite.$anonfun$new$1(MiscColumnarRulesSuite.scala:32)
     at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
     at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
     at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
     at org.scalatest.Transformer.apply(Transformer.scala:22)
     at org.scalatest.Transformer.apply(Transformer.scala:20)
     at 
org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226)
   ```
   
   
   ## How was this patch tested?
   
   new ut
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to