emkornfield commented on pull request #11486: URL: https://github.com/apache/arrow/pull/11486#issuecomment-948795543
Yes, looks like logic issues are fixed. Still one small style/lint issue: ``` /arrow/cpp/src/arrow/ipc/io_recorded_random_access_file.h:40: You don't need a ; after a } [readability/braces] [4] /arrow/cpp/src/arrow/ipc/io_recorded_random_access_file.h:82: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5] /arrow/cpp/src/arrow/ipc/io_recorded_random_access_file.cc:18: Include the directory when naming .h files [build/include_subdir] [4] ``` -- 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]
