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

[duckdb] Changed DuckDB dep to be a snapshot #1447

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

FelixGV
Copy link
Contributor

@FelixGV FelixGV commented Jan 16, 2025

This is necessary because DuckDB 0.9.0..1.2.0 has a regression where it cannot run in the same JVM that also depends on RocksJava. This has been fixed but is not released yet. When release 1.2.0 comes out, we will be able to remove the snapshot dependency and repository.

Miscellaneous:

  • Bumped up the timeout on DuckDBDaVinciRecordTransformerIntegrationTest

  • Created a new 1001 integration tests bucket for Duck DVRT, and moved the (regular) DVRT tests to bucket 1000.

Works around duckdb/duckdb-java#14

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

This is necessary because DuckDB 0.9.0..1.2.0 has a regression where it
cannot run in the same JVM that also depends on RocksJava. This has
been fixed but is not released yet. When release 1.2.0 comes out, we
will be able to remove the snapshot dependency and repository.

Miscellaneous:

- Bumped up the timeout on DuckDBDaVinciRecordTransformerIntegrationTest

- Created a new 1001 integration tests bucket for Duck DVRT, and moved
  the (regular) DVRT tests to bucket 1000.
@FelixGV FelixGV enabled auto-merge (squash) January 16, 2025 19:08
@FelixGV FelixGV merged commit 7fb1577 into linkedin:main Jan 16, 2025
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants