jackylee-ch commented on code in PR #9731:
URL: https://github.com/apache/incubator-gluten/pull/9731#discussion_r2106423007


##########
gluten-ut/test/src/test/scala/org/apache/spark/sql/datasources/GlutenNoopWriterRuleSuite.scala:
##########
@@ -54,7 +55,7 @@ class GlutenNoopWriterRuleSuite extends GlutenQueryTest with 
SharedSparkSession
         try {
           
spark.read.parquet(dir.getPath).write.format("noop").mode(SaveMode.Overwrite).save()
           spark.sparkContext.listenerBus.waitUntilEmpty()
-          assert(listener.fakeRowAdaptor.isDefined, "FakeRowAdaptor is not 
found.")
+          assert(listener.c2CarrierRow.isDefined, "FakeRowAdaptor is not 
found.")

Review Comment:
   The warnning should be renamed to `ColumnarToCarrierRow`



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