yaooqinn commented on code in PR #43484:
URL: https://github.com/apache/spark/pull/43484#discussion_r1368650766


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/CachedBatchSerializerSuite.scala:
##########
@@ -151,4 +154,30 @@ class CachedBatchSerializerSuite  extends QueryTest with 
SharedSparkSession {
       checkAnswer(df, Row(100) :: Row(200) :: Row(300) :: Row(100) :: Row(200) 
:: Row(300) :: Nil)
     }
   }
+
+  test("Table cache should avoid unnecessary ColumnarToRow when enable AQE") {

Review Comment:
   ```suggestion
     test("SPARK-45632: Table cache should avoid unnecessary ColumnarToRow when 
enable AQE") {
   ```



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