tanishasaheb15 commented on code in PR #37313:
URL: https://github.com/apache/arrow/pull/37313#discussion_r1307659331


##########
cpp/src/arrow/util/compression_snappy.cc:
##########
@@ -95,6 +92,4 @@ class SnappyCodec : public Codec {
 
 std::unique_ptr<Codec> MakeSnappyCodec() { return 
std::make_unique<SnappyCodec>(); }
 
-}  // namespace internal
-}  // namespace util
-}  // namespace arrow
+} // namespace arrow::util::internal

Review Comment:
   @bkietz Addressed your comments, can you please approve workflow



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to