Skip to content

Commit

Permalink
Update version in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Jul 17, 2024
1 parent d7eaf65 commit 1faefb9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ protected static void setUpExpectedResultsMap() {
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_NAME_VALUE), "Apache Derby");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_VERSION_VALUE),
"10.14.2.0 - (1828579)");
"10.15.2.0 - (1873585)");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_ARROW_VERSION_VALUE),
"10.14.2.0 - (1828579)");
"10.15.2.0 - (1873585)");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_READ_ONLY_VALUE), "false");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Expand Down

0 comments on commit 1faefb9

Please sign in to comment.