Skip to content

GH-39482: [JS] Refactor imports - #39483

Merged
domoritz merged 6 commits into
apache:mainfrom
domoritz:dom/39482
Apr 16, 2024
Merged

GH-39482: [JS] Refactor imports#39483
domoritz merged 6 commits into
apache:mainfrom
domoritz:dom/39482

Conversation

@domoritz

@domoritzdomoritz commented Jan 5, 2024

Copy link
Copy Markdown
Member

@domoritzdomoritz changed the title GH-39482: refactor type importsGH-39482: [JS] refactor type importsJan 5, 2024
Comment threadjs/bin/integration.ts Outdated
Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com>
@domoritz
domoritz requested a review from trxcllntJanuary 5, 2024 22:16
@domoritzdomoritz changed the title GH-39482: [JS] refactor type importsGH-39482: [JS] refactor importsMar 21, 2024
@domoritzdomoritz changed the title GH-39482: [JS] refactor importsGH-39482: [JS] Refactor importsMar 29, 2024
@domoritzdomoritz added this to the 16.0.0 milestone Apr 12, 2024
@raulcdraulcd removed this from the 16.0.0 milestone Apr 16, 2024
@domoritz
domoritz merged commit 5abd933 into apache:mainApr 16, 2024
@domoritz
domoritz deleted the dom/39482 branch April 16, 2024 19:51
@conbench-apache-arrow

Copy link
Copy Markdown

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>
@domoritzdomoritz 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>
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 freeto 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

@domoritz@trxcllnt@raulcd