Commit d4f04c8
* Remove scope from 'hamcrest' dependency on java/pom.xml
* Use flight top-level module on parent pom.xml instead of declaring each one
* Avoid using getStatement inside StatementContext methods
* Make StatementContext.getQuery() return String
* Minor fixes on pom.xml
* Move 'os-maven-plugin' to parent pom.xml
* Update protobuf generation on pom.xml files
* Use ClassLoader#getResource to get network.properties on TestFlightSql
* Bind to any ephemeral port on TestFlightSql
* Move JDBC-Arrow type default conversion from JdbcToArrowConfig to JdbcToArrowUtils
* Micro-optimization: initialize ArrayList with the right size
* Fix null-check on PreparedStatement#setParameters
* Avoid wrapping vector into a ImmutableList and then into an ArrayList on FlightSqlExample#getTablesRoot
* Remove null-check on VectorSchemaRoot on FlightSqlClient#setParameters()
* Remove the need of separate cache for ResultSets
* Add missing 'final' modifiers
1 parent c3fb8c7 commit d4f04c8
1 file changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
509 | 541 | | |
510 | 542 | | |
511 | 543 | | |
| |||
0 commit comments