Skip to content
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

ARROW-11856: [C++] Remove unused reference to RecordBatchStreamWriter #9627

Closed
wants to merge 1 commit into from

Conversation

westonpace
Copy link
Member

@westonpace westonpace commented Mar 4, 2021

The type RecordBatchStreamWriter was in a type_fwd but never implemented anywhere. The proper type would be RecordBatchWriter

…ted anywhere. The property type would be RecordBatchWriter
@github-actions
Copy link

github-actions bot commented Mar 4, 2021

Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 :-)

@pitrou pitrou closed this in f55f657 Mar 4, 2021
@westonpace westonpace deleted the cleanup/arrow-11856 branch April 14, 2021 20:17
@westonpace westonpace restored the cleanup/arrow-11856 branch April 14, 2021 20:17
@westonpace westonpace deleted the cleanup/arrow-11856 branch April 14, 2021 20:17
@westonpace westonpace restored the cleanup/arrow-11856 branch April 14, 2021 20:18
@westonpace westonpace deleted the cleanup/arrow-11856 branch April 14, 2021 20:18
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
The type RecordBatchStreamWriter was in a type_fwd but never implemented anywhere.  The proper type would be RecordBatchWriter

Closes apache#9627 from westonpace/cleanup/arrow-11856

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
The type RecordBatchStreamWriter was in a type_fwd but never implemented anywhere.  The proper type would be RecordBatchWriter

Closes apache#9627 from westonpace/cleanup/arrow-11856

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants