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-36031: [JS]: Update dependencies #36032

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Jun 11, 2023

The change is pretty straight forward.

@domoritz domoritz requested a review from trxcllnt as a code owner June 11, 2023 17:21
@github-actions
Copy link

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

@@ -63,7 +63,7 @@ export function joinUint8Arrays(chunks: Uint8Array[], size?: number | null): [Ui
// streaming, where we may be reading partial byte ranges out of the same underlying ArrayBuffer
const result = collapseContiguousByteRanges(chunks);
const byteLength = result.reduce((x, b) => x + b.byteLength, 0);
let source: Uint8Array, sliced: Uint8Array, buffer: Uint8Array | void;
let source: Uint8Array, sliced: Uint8Array, buffer: Uint8Array | undefined;
Copy link
Member Author

Choose a reason for hiding this comment

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

Without this change, TS is not happy.

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Jun 11, 2023
@domoritz domoritz merged commit a1122c8 into apache:main Jun 27, 2023
12 checks passed
@domoritz domoritz removed the awaiting changes Awaiting changes label Jun 27, 2023
@domoritz domoritz deleted the dom/upgrades-8923 branch June 27, 2023 00:02
@conbench-apache-arrow
Copy link

Conbench analyzed the 6 benchmark runs on commit a1122c81.

There were 4 benchmark results indicating a performance regression:

The full Conbench report has more details.

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]: Upgrade deps
2 participants