lidavidm commented on code in PR #905:
URL: https://github.com/apache/arrow-java/pull/905#discussion_r2508467175
##########
flight/flight-sql-jdbc-core/src/test/java/org/apache/arrow/driver/jdbc/utils/ConvertUtilsTest.java:
##########
@@ -61,7 +61,7 @@ public void
testShouldConvertArrowFieldsToColumnMetaDataList() {
"col1",
new FieldType(
true,
- ArrowType.Utf8.INSTANCE,
+ ArrowType.Utf8View.INSTANCE,
Review Comment:
Ideally we add a new assertion instead of removing the existing one
--
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]