Skip to content

ARROW-4211: [GLib] Add GArrowFixedSizeBinaryDataType#3358

Closed
shiro615 wants to merge 3 commits intoapache:masterfrom
shiro615:glib-add-fixed-size-binary-data-type
Closed

ARROW-4211: [GLib] Add GArrowFixedSizeBinaryDataType#3358
shiro615 wants to merge 3 commits intoapache:masterfrom
shiro615:glib-add-fixed-size-binary-data-type

Conversation

@shiro615
Copy link
Copy Markdown
Contributor

@shiro615 shiro615 commented Jan 9, 2019

No description provided.

Copy link
Copy Markdown
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.

Thanks!
Could you check my comments?

Should we add garrow_fixed_size_binary_data_type_get_byte_width() in this pull request? It's OK to me that we work on it in another pull request.

GARROW_TYPE_DOUBLE,
GARROW_TYPE_STRING,
GARROW_TYPE_BINARY,
GARROW_TYPE_FIXED_SIZE_BINARY,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Putting a new enum value into middle of enums breaks a ABI compatibility.
But we don't need to care for now. Because we bump shared library version for each version. We can't do this when we release 1.0.0.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I see. I'll care from now on.

@shiro615
Copy link
Copy Markdown
Contributor Author

Should we add garrow_fixed_size_binary_data_type_get_byte_width() in this pull request?

Yes. I'll add it in this pull request.

@kou
Copy link
Copy Markdown
Member

kou commented Jan 10, 2019

I've implemented garrow_fixed_size_binary_data_type_get_byte_width().

@kou kou closed this in 9c0e643 Jan 10, 2019
@shiro615 shiro615 deleted the glib-add-fixed-size-binary-data-type branch January 10, 2019 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants