Skip to content

Commit 40fc2f7

Browse files
restore integration test changes
This reverts commit cd3008b.
1 parent 9d95fc6 commit 40fc2f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/src/arrow/flight/integration_tests/test_integration.cc

+2
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@ const std::shared_ptr<Schema>& GetQuerySchema() {
11671167
.IsSearchable(true)
11681168
.CatalogName("catalog_test")
11691169
.Precision(100)
1170+
.Remarks("test column")
11701171
.Build()
11711172
.metadata_map())});
11721173
return kSchema;
@@ -1187,6 +1188,7 @@ std::shared_ptr<Schema> GetQueryWithTransactionSchema() {
11871188
.IsSearchable(true)
11881189
.CatalogName("catalog_test")
11891190
.Precision(100)
1191+
.Remarks("test column")
11901192
.Build()
11911193
.metadata_map())});
11921194
return kSchema;

0 commit comments

Comments
 (0)