Skip to content

Conversation

@m09526
Copy link
Member

@m09526 m09526 commented Aug 21, 2025

Make sure you have checked all steps below.

Issue

  • My PR fully resolves the following issues. I've referenced an issue in the PR title, for example "Issue 1234 - My
    Feature". Note that before an issue is finished, you can still make a pull request by raising a separate issue
    for your progress.

Tests

  • My PR adds the following tests based on our test strategy OR does not need testing for this extremely good reason:
    • Draft PR status

Documentation

  • In case of new functionality, my PR adds documentation that describes how to use it, or I have linked to a
    separate issue for that below.
  • If I have added new Java code, I have added Javadoc that explains it following our conventions and style.
  • If I have added or removed any dependencies from the project, I have updated the NOTICES file.

@m09526 m09526 linked an issue Aug 21, 2025 that may be closed by this pull request
@m09526 m09526 changed the base branch from develop to 5481-update-rust-ffi-c-interface-for-datafusion-queries August 21, 2025 12:09
@m09526 m09526 added pr-stacked-top A stacked pull request that we don't want to merge into its target until the target PR is merged rust Pull requests that update Rust code labels Aug 21, 2025
@patchwork01
Copy link
Collaborator

Queries aren't working with DataFusion in a lambda, because the lambda doesn't have the right version of glibc. We'll need to do something similar for the lambda Docker image to what we did for ECS in #5486.

I've split this out as a separate issue:

@patchwork01 patchwork01 merged commit 6ba21c8 into develop Oct 14, 2025
11 checks passed
@patchwork01 patchwork01 deleted the 5409-write-java-side-df-query-code branch October 14, 2025 12:27
@patchwork01
Copy link
Collaborator

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

Labels

pr-base-for-stacking Base for stacked pull requests (a dependency for others, where this PR's branch will be the base) rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Write Java side DF query code

4 participants