You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In s3select:test_progress_expressions, the response is parsed with key 'Details'.
Eg
s3select_assert_result(obj_size, res_s3select_response[total_response-3]['Details']['BytesScanned'])
However the spec for Stats message (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html under Stats Message, Payload specification) specifies 'Stats' field in the response xml.
In short, the Details field should be changed to Stats.
The text was updated successfully, but these errors were encountered:
Hello,
In s3select:test_progress_expressions, the response is parsed with key 'Details'.
Eg
s3select_assert_result(obj_size, res_s3select_response[total_response-3]['Details']['BytesScanned'])
However the spec for Stats message (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html under Stats Message, Payload specification) specifies 'Stats' field in the response xml.
In short, the Details field should be changed to Stats.
The text was updated successfully, but these errors were encountered: