Skip to content

Commit

Permalink
fix: Ensure missing historical blocks are handled correctly (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley authored Nov 8, 2023
1 parent 0476306 commit 11acfdc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ async fn filter_matching_unindexed_blocks_from_lake(
if s3_result.is_err() {
let error = s3_result.err().unwrap();
if error
.root_cause()
.downcast_ref::<aws_sdk_s3::error::NoSuchKey>()
.is_some()
{
Expand Down

0 comments on commit 11acfdc

Please sign in to comment.