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

[GLib] Fix the wrong GARROW_AVAILABLE_IN declaration in GArrowDecimal64 #44601

Open
hiroyuki-sato opened this issue Nov 1, 2024 · 0 comments

Comments

@hiroyuki-sato
Copy link
Contributor

Describe the bug, including details regarding any error messages, version, and platform.

This part should be GARROW_AVAILABLE_IN_19_0

Wrong

GARROW_AVAILABLE_IN_ALL
G_DECLARE_DERIVABLE_TYPE(GArrowDecimal64, garrow_decimal64, GARROW, DECIMAL64, GObject)

Correct

GARROW_AVAILABLE_IN_19_0
G_DECLARE_DERIVABLE_TYPE(GArrowDecimal64, garrow_decimal64, GARROW, DECIMAL64, GObject)

Component(s)

GLib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant