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

fix(parquet): More robust Buffer polyfill export #3105

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

ibgreen
Copy link
Collaborator

@ibgreen ibgreen commented Sep 30, 2024

No description provided.

// Note: The Buffer polyfill is quite fragile
// For some reason, just exporting directly fails with some bundlers
// export {Buffer} from './polyfills/buffer/install-buffer-polyfill';
import {Buffer} from './polyfills/buffer/install-buffer-polyfill';
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@igorDykhta FYI your proposed change (the rest is linter fixes)

@ibgreen ibgreen merged commit 5f4973a into master Sep 30, 2024
1 check passed
@ibgreen ibgreen deleted the ib/buffer-polyfill-fix branch September 30, 2024 14:33
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.

2 participants