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

GH-39225: [GLib] Use Cast() instaed of CastTo #39228

Merged
merged 2 commits into from
Jan 6, 2024
Merged

Conversation

llama90
Copy link
Contributor

@llama90 llama90 commented Dec 14, 2023

Rationale for this change

Remove legacy code

What changes are included in this PR?

  • Replace the legacy scalar CastTo implementation for GLib.

Are these changes tested?

No.

Are there any user-facing changes?

No.

@llama90 llama90 requested a review from kou as a code owner December 14, 2023 08:23
Copy link

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

@llama90 llama90 marked this pull request as draft December 14, 2023 08:41
@llama90 llama90 force-pushed the ARROW-39225 branch 2 times, most recently from 066f4fc to e54044e Compare December 14, 2023 11:39
@llama90 llama90 mentioned this pull request Dec 14, 2023
@llama90 llama90 force-pushed the ARROW-39225 branch 2 times, most recently from ba883e5 to 878206b Compare January 2, 2024 07:38
c_glib/arrow-glib/scalar.cpp Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Jan 2, 2024
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Jan 2, 2024
@llama90 llama90 marked this pull request as ready for review January 2, 2024 16:04
@llama90 llama90 requested a review from kou January 6, 2024 10:56
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@kou kou merged commit faa9d80 into apache:main Jan 6, 2024
11 checks passed
@kou kou removed the awaiting change review Awaiting change review label Jan 6, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jan 6, 2024
Copy link

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

There were no benchmark performance regressions. 🎉

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

clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
### Rationale for this change

Remove legacy code

### What changes are included in this PR?

* Replace the legacy scalar CastTo implementation for GLib. 

### Are these changes tested?

No.

### Are there any user-facing changes?

No.

* Closes: apache#39225

Authored-by: Hyunseok Seo <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### Rationale for this change

Remove legacy code

### What changes are included in this PR?

* Replace the legacy scalar CastTo implementation for GLib. 

### Are these changes tested?

No.

### Are there any user-facing changes?

No.

* Closes: apache#39225

Authored-by: Hyunseok Seo <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
### Rationale for this change

Remove legacy code

### What changes are included in this PR?

* Replace the legacy scalar CastTo implementation for GLib. 

### Are these changes tested?

No.

### Are there any user-facing changes?

No.

* Closes: apache#39225

Authored-by: Hyunseok Seo <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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.

[GLib] Use Cast() instead of CastTo()
2 participants