Closed dacort closed 3 years ago
We added support for providing splits to Athena, but did not add corresponding support for sending the splits to ReadRecordsRequest.
ReadRecordsRequest
Just update the lambda_handler to read the split info from request and pass it to read_records.
We added support for providing splits to Athena, but did not add corresponding support for sending the splits to
ReadRecordsRequest
.Just update the lambda_handler to read the split info from request and pass it to read_records.