jonvex commented on code in PR #11928:
URL: https://github.com/apache/hudi/pull/11928#discussion_r1757032914
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestAvroSchemaResolutionSupport.scala:
##########
@@ -875,7 +875,7 @@ class TestAvroSchemaResolutionSupport extends
HoodieClientTestBase with ScalaAss
// after implicit type change, read the table with vectorized read enabled
//fg reader with mor does not support vectorized currently and will auto
read by row
- if (HoodieSparkUtils.gteqSpark3_3 && !useFileGroupReader) {
+ if (HoodieSparkUtils.gteqSpark3_3 && (isCow || !useFileGroupReader)) {
Review Comment:
sure
--
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]