huaxingao commented on PR #292:
URL: https://github.com/apache/datafusion-comet/pull/292#issuecomment-2136444508
@viirya
I didn't see any changes between 3.4.2.diff and 3.4.3.diff except some index
changes, line number changes and the changes I added
```
@@ -1128,7 +1130,7 @@ abstract class ParquetQuerySuite extends QueryTest
with ParquetTest with SharedS
.where(s"a < ${Long.MaxValue}")
.collect()
}
-
assert(exception.getCause.getCause.isInstanceOf[SchemaColumnConvertNotSupportedException])
+ assert(exception.getMessage.contains("Column: [a], Expected:
bigint, Found: INT32"))
}
}
}
```
--
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]