Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADBC][FlightSQL][Java] 'Encountered end-of-stream mid-frame' upgrading from Arrow 17 -> 18 #44632

Open
jarohen opened this issue Nov 4, 2024 · 0 comments

Comments

@jarohen
Copy link
Contributor

jarohen commented Nov 4, 2024

Describe the bug, including details regarding any error messages, version, and platform.

Hey folks - I seem to have a regression upgrading to Arrow 18 in an E2E ADBC (via FlightSQL) test:

AdbcException{message=Encountered end-of-stream mid-frame, status=INTERNAL, sqlState='null', vendorCode=0, cause=null, details=0}
	at org.apache.arrow.adbc.driver.flightsql.FlightSqlDriverUtil.fromFlightException(FlightSqlDriverUtil.java:109)
	at org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement.execute(FlightSqlStatement.java:210)
	at org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement.executeFlightInfo(FlightSqlStatement.java:221)
	at org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement.executeQuery(FlightSqlStatement.java:248)
	at xtdb.AdbcTest.test simple round-trip(AdbcTest.kt:69)

(unfortunately this is the only stack trace I'm getting atm)

Our implementation of the FlightSQL server is pretty bare-bones right now so entirely possible it's something we're doing wrong - raising here just in case anyone else is running into it (feel free to close if not!)

Cheers,

James

(our issue: xtdb/xtdb#3833)

Component(s)

FlightRPC, Java, Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant