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-39482: [JS] Refactor imports #39483

Merged
merged 6 commits into from
Apr 16, 2024
Merged

GH-39482: [JS] Refactor imports #39483

merged 6 commits into from
Apr 16, 2024

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Jan 5, 2024

@domoritz domoritz changed the title GH-39482: refactor type imports GH-39482: [JS] refactor type imports Jan 5, 2024
js/bin/integration.ts Outdated Show resolved Hide resolved
Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
@domoritz domoritz requested a review from trxcllnt January 5, 2024 22:16
@domoritz domoritz changed the title GH-39482: [JS] refactor type imports GH-39482: [JS] refactor imports Mar 21, 2024
@domoritz domoritz changed the title GH-39482: [JS] refactor imports GH-39482: [JS] Refactor imports Mar 29, 2024
@domoritz domoritz added this to the 16.0.0 milestone Apr 12, 2024
@raulcd raulcd removed this from the 16.0.0 milestone Apr 16, 2024
@domoritz domoritz merged commit 5abd933 into apache:main Apr 16, 2024
12 checks passed
@domoritz domoritz deleted the dom/39482 branch April 16, 2024 19:51
Copy link

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

There were 12 benchmark results indicating a performance regression:

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

domoritz added a commit to domoritz/arrow that referenced this pull request Apr 17, 2024
* use `node:` prefix for node imports
* remove `import` for types where it makes sense

* Closes: apache#39482
* GitHub Issue: apache#39482

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
@domoritz domoritz removed the awaiting committer review Awaiting committer review label Apr 18, 2024
raulcd pushed a commit that referenced this pull request Apr 29, 2024
* use `node:` prefix for node imports
* remove `import` for types where it makes sense

* Closes: #39482
* GitHub Issue: #39482

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
tolleybot pushed a commit to tmct/arrow that referenced this pull request May 2, 2024
* use `node:` prefix for node imports
* remove `import` for types where it makes sense

* Closes: apache#39482
* GitHub Issue: apache#39482

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
tolleybot pushed a commit to tmct/arrow that referenced this pull request May 4, 2024
* use `node:` prefix for node imports
* remove `import` for types where it makes sense

* Closes: apache#39482
* GitHub Issue: apache#39482

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
rok pushed a commit to tmct/arrow that referenced this pull request May 8, 2024
* use `node:` prefix for node imports
* remove `import` for types where it makes sense

* Closes: apache#39482
* GitHub Issue: apache#39482

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
rok pushed a commit to tmct/arrow that referenced this pull request May 8, 2024
* use `node:` prefix for node imports
* remove `import` for types where it makes sense

* Closes: apache#39482
* GitHub Issue: apache#39482

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
vibhatha pushed a commit to vibhatha/arrow that referenced this pull request May 25, 2024
* use `node:` prefix for node imports
* remove `import` for types where it makes sense

* Closes: apache#39482
* GitHub Issue: apache#39482

---------

Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
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 node: prefix and import types instead of using import
3 participants