Commit 26f2d87
MINOR: [Java][Flight] Add context of descriptor on integration tests when not found
This PR adds minor logging info about the descriptor looked up when it can't be found.
For example on this ticket failure [ARROW-16441](https://issues.apache.org/jira/browse/ARROW-16441) we should be able to get more info around the descriptor:
```
panic: rpc error: code = NotFound desc = Unknown descriptor.
```
Closes #13053 from raulcd/add-descriptor-info-to-not-found
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>1 parent 3c3e68c commit 26f2d87
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- java/flight/flight-integration-tests/src/main/java/org/apache/arrow/flight/integration/tests
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments