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-9308: [Format] Add Feature enum for forward compatibility. #7502

Closed
wants to merge 3 commits into from

Conversation

emkornfield
Copy link
Contributor

Will start a discussion on the mailing list shortly.

@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

See also:

/// Enums added to this list should be assigned power-of-two values
/// to facilitate exchanging and comparing bitmaps for supported
/// features.
enum Feature : int {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this should probably be "long" if possible

Copy link
Member

Choose a reason for hiding this comment

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

agreed

@emkornfield emkornfield changed the title [DISCUSS] Proposed Feature enum for forward compatibility. ARROW-9308: [Format] Add Feature enum for forward compatibility. Jul 3, 2020
@emkornfield
Copy link
Contributor Author

+1 approved on ML by vote.

sgnkc pushed a commit to sgnkc/arrow that referenced this pull request Jul 6, 2020
Will start a discussion on the mailing list shortly.

Closes apache#7502 from emkornfield/feature_flag

Authored-by: Micah Kornfield <emkornfield@gmail.com>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
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.

None yet

2 participants