Skip to content

Commit ee3db3f

Browse files
add intergration tests changes
1 parent cf3a721 commit ee3db3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flight/flight-integration-tests/src/main/java/org/apache/arrow/flight/integration/tests/FlightSqlScenarioProducer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ static Schema getQuerySchema() {
9898
.isSearchable(true)
9999
.catalogName("catalog_test")
100100
.precision(100)
101+
.remarks("test column")
101102
.build()
102103
.getMetadataMap()),
103104
null)));
@@ -126,6 +127,7 @@ static Schema getQueryWithTransactionSchema() {
126127
.isSearchable(true)
127128
.catalogName("catalog_test")
128129
.precision(100)
130+
.remarks("test column")
129131
.build()
130132
.getMetadataMap()),
131133
null)));

0 commit comments

Comments
 (0)