-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.