emkornfield commented on a change in pull request #8136: URL: https://github.com/apache/arrow/pull/8136#discussion_r486437260
########## File path: cpp/src/parquet/arrow/writer.cc ########## @@ -63,6 +66,10 @@ using arrow::Status; using arrow::Table; using arrow::TimeUnit; +using ArrowTypeId = arrow::Type; Review comment: nit: this actually makes the code less understandable to me and it seems like it only saves 1 character? (not a big deal either way though). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org