Skip to content

Conversation

@lidavidm
Copy link
Member

@lidavidm lidavidm commented Feb 16, 2024

Rationale for this change

This brings the JDBC driver up to par with other Flight SQL clients.

What changes are included in this PR?

Try multiple locations for the Flight SQL driver.

Are these changes tested?

Yes

Are there any user-facing changes?

No

@lidavidm lidavidm marked this pull request as ready for review February 16, 2024 20:54
@lidavidm lidavidm requested a review from jduo February 20, 2024 16:04
.maxTraceEvents(MAX_CHANNEL_TRACE_EVENTS)
.maxInboundMessageSize(maxInboundMessageSize);
.maxInboundMessageSize(maxInboundMessageSize)
.maxInboundMetadataSize(maxInboundMessageSize);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed this is required for some implementations that try to return a relatively large error message. Without this, clients like DBeaver throw odd errors instead of giving the actual error message.

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Feb 20, 2024
@lidavidm lidavidm merged commit aa6b398 into apache:main Feb 21, 2024
@lidavidm lidavidm removed the awaiting changes Awaiting changes label Feb 21, 2024
@lidavidm lidavidm deleted the gh38573 branch February 21, 2024 00:01
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit aa6b398.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them.

@kou
Copy link
Member

kou commented Feb 22, 2024

@github-actions crossbow submit java-jars

@github-actions
Copy link

Revision: ba56395

Submitted crossbow builds: ursacomputing/crossbow @ actions-ecf31db188

Task Status
java-jars GitHub Actions

pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…pache#40104)

### Rationale for this change

This brings the JDBC driver up to par with other Flight SQL clients.

### What changes are included in this PR?

Try multiple locations for the Flight SQL driver.

### Are these changes tested?

Yes

### Are there any user-facing changes?

No

* Closes: apache#38573

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Java][Flight] Try multiple locations in JDBC when using getStream

3 participants