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

scio-extra NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer #3001

Closed
regadas opened this issue May 21, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@regadas
Copy link
Contributor

regadas commented May 21, 2020

Exception is thrown when using Java 8. Works as expected in Java 11.

Caused by: java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer;
	at com.spotify.scio.extra.bigquery.ToTableRow.toByteArray(ToTableRow.scala:115)
	at com.spotify.scio.extra.bigquery.ToTableRow.toTableRowField(ToTableRow.scala:64)
	at com.spotify.scio.extra.bigquery.ToTableRow.toTableRowField$(ToTableRow.scala:56)
	at com.spotify.scio.extra.bigquery.AvroConverters$.toTableRowField(AvroConverters.scala:28)
	at com.spotify.scio.extra.bigquery.AvroConverters$$anonfun$toTableRow$1$$anonfun$apply$1.apply(AvroConverters.scala:36)
@regadas regadas added the bug Something isn't working label May 21, 2020
@regadas
Copy link
Contributor Author

regadas commented Jun 3, 2020

Closed via #3006

@regadas regadas closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant