Skip to content

Conversation

@kou
Copy link
Member

@kou kou commented Aug 31, 2023

Rationale for this change

GH-37360 deprecated BufferReader(const uint8_t*, int64_t).

What changes are included in this PR?

Use BufferReader(std::shared_ptr<Buffer>) instead.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@kou kou requested a review from westonpace as a code owner August 31, 2023 02:00
@github-actions
Copy link

⚠️ GitHub issue #37485 has been automatically assigned in GitHub to PR creator.

@kou
Copy link
Member Author

kou commented Aug 31, 2023

@github-actions crossbow submit test-skyhook-integration

@github-actions
Copy link

Revision: 8a89cc6

Submitted crossbow builds: ursacomputing/crossbow @ actions-89548e38e7

Task Status
test-skyhook-integration Github Actions

@pitrou
Copy link
Member

pitrou commented Aug 31, 2023

CI looks unrelated, will merge. Thanks @kou !

@pitrou pitrou merged commit e8c39fb into apache:main Aug 31, 2023
@pitrou pitrou removed the awaiting committer review Awaiting committer review label Aug 31, 2023
@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Aug 31, 2023
@kou kou deleted the cpp-skyhook-buffer-reader branch August 31, 2023 21:03
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit e8c39fb.

There were 5 benchmark results indicating a performance regression:

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…pache#37486)

### Rationale for this change

apacheGH-37360 deprecated `BufferReader(const uint8_t*, int64_t)`.

### What changes are included in this PR?

Use `BufferReader(std::shared_ptr<Buffer>)` instead.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#37485

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…pache#37486)

### Rationale for this change

apacheGH-37360 deprecated `BufferReader(const uint8_t*, int64_t)`.

### What changes are included in this PR?

Use `BufferReader(std::shared_ptr<Buffer>)` instead.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#37485

Authored-by: Sutou Kouhei <kou@clear-code.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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++] Skyhook still uses deprecated BufferReader(const uint8_t*, int64_t) API

3 participants