Commit 4af42ed
* 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 8494d09 commit 4af42ed
File tree
3 files changed
+44
-23
lines changed- java
- flight
- flight-sql/src/test/java/org/apache/arrow/flight
3 files changed
+44
-23
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
59 | 49 | | |
| 50 | + | |
60 | 51 | | |
| 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