Uh oh!
There was an error while loading. Please reload this page.
ARROW-14899: [C++] implement GcsInputStream::GetMetadata - #11791
Conversation
| @@ -352,6 +360,68 @@ TEST_F(GcsIntegrationTest, ReadObjectInfoInvalid) { | |||
| EXPECT_EQ(result.status().code(), StatusCode::IOError); | |||
| } | |||
There was a problem hiding this comment.
Is it also possible to add a simple roundtrip test between ToObjectMetadata and FromObjectMetadata?
There was a problem hiding this comment.
Done (with some limitations, not all fields have public modifiers in gcs::ObjectMetadata)
Benchmark runs are scheduled for baseline = 996a08b and contender = bd4d1e6. bd4d1e6 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.