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-39048: [JS] Re-export existing type enums #39473

Merged
merged 2 commits into from
Jan 5, 2024
Merged

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Jan 5, 2024

This way we don't have to manually maintain the enums even though they should be pretty much constants.

@domoritz domoritz requested a review from trxcllnt as a code owner January 5, 2024 15:07
Copy link

github-actions bot commented Jan 5, 2024

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

@domoritz domoritz merged commit 38af258 into apache:main Jan 5, 2024
10 checks passed
Copy link

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

There was 1 benchmark result indicating a performance regression:

The full Conbench report has more details.

clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
This way we don't have to manually maintain the enums even though they
should be pretty much constants.
* Closes: apache#39048
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
This way we don't have to manually maintain the enums even though they
should be pretty much constants.
* Closes: apache#39048
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
This way we don't have to manually maintain the enums even though they
should be pretty much constants.
* Closes: apache#39048
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.

[JS] Use enums from flatbuffers
2 participants