Skip to content

Queries with DataFusion in a lambda #5830

@patchwork01

Description

@patchwork01

Description / Background

Under epic:

Follows on from:

In the previous issue we added queries implemented in DataFusion with Rust. We left a problem with running this in a lambda:

Because the lambda runs on Amazon Linux, it has a very old version of glibc which is not compatible with the version we compile DataFusion against. That means queries won't run with DataFusion in the lambda.

Technical Notes / Implementation Details

We'll need to do something similar for the lambda Docker image to what we did for ECS in #5486.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions