-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++] Use anonymous namespace in arrow/IPC/reader.cc #36674
Comments
smahapatra1
changed the title
Use anonymous namespace in arrow/IPC/writer.cc
Use anonymous namespace in arrow/IPC/reader.cc
Jul 16, 2023
westonpace
changed the title
Use anonymous namespace in arrow/IPC/reader.cc
[C++] Use anonymous namespace in arrow/IPC/reader.cc
Jul 19, 2023
I agree this would be a good idea. Do you want to propose a PR? |
I would like to contribute to this if that's fine |
Hi, I have no issues with you contributing. Thanks.
…
On Jul 27, 2023 at 12:27 PM, <pegasas ***@***.***)> wrote:
Hi, @westonpace (https://github.com/westonpace) , @smahapatra1 (https://github.com/smahapatra1) ,
I am new here and wants to contribute in arrow,
Would you please allow me to try this task?
—
Reply to this email directly, view it on GitHub (#36674 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AJ7YFQENZ3LJ2BRH6FPVCRTXSKJGLANCNFSM6AAAAAA2JNIA2A).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks, will raise PR for tracking |
pitrou
added a commit
that referenced
this issue
Aug 9, 2023
### Rationale for this change The following types and functions should be in file scope: IpcReadConext, BatchDataReadRequest, ArrayLoader, DecompressBuffer(s), LoadRecordBatch*, GetCompression*, ReadRecordBatchInternal, GetInclusionMaskAndOutSchmea, UnpackSchemaMessage, ReadDictionary, AsyncRecordBatchStreamReaderImpl. ### What changes are included in this PR? Use anonymous namespace around the aforementioned definitions. ### Are these changes tested? No ### Are there any user-facing changes? No Lead-authored-by: pegasas <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Issue resolved by pull request 36937 |
Thanks @pitrou ! |
loicalleyne
pushed a commit
to loicalleyne/arrow
that referenced
this issue
Nov 13, 2023
…pache#36937) ### Rationale for this change The following types and functions should be in file scope: IpcReadConext, BatchDataReadRequest, ArrayLoader, DecompressBuffer(s), LoadRecordBatch*, GetCompression*, ReadRecordBatchInternal, GetInclusionMaskAndOutSchmea, UnpackSchemaMessage, ReadDictionary, AsyncRecordBatchStreamReaderImpl. ### What changes are included in this PR? Use anonymous namespace around the aforementioned definitions. ### Are these changes tested? No ### Are there any user-facing changes? No Lead-authored-by: pegasas <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
It is technically not a bug, but the following types and functions should be in in file scope:
IpcReadConext, BatchDataReadRequest, ArrayLoader,
DecompressBuffer(s), LoadRecordBatch*, GetCompression*,
ReadRecordBatchInternal,
GetInclusionMaskAndOutSchmea, UnpackSchemaMessage,
ReadDictionary, AsyncRecordBatchStreamReaderImpl,
Component(s)
C++
The text was updated successfully, but these errors were encountered: