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

1.1.1 #231

Merged
merged 1 commit into from
Jan 26, 2024
Merged

1.1.1 #231

merged 1 commit into from
Jan 26, 2024

Conversation

wuputah
Copy link
Member

@wuputah wuputah commented Jan 26, 2024

1.1.1

  • fix uncapped memory growth when importing data via logical replication (#226)
  • fix handling of large data columns (e.g. text or json) causing overflow of 1GB
    chunk size (#220)
  • restrict the maximum singular datum size to 256MB to ensure that the maximum
    datum size of 1GB is not exceeded in columnar metadata (#222)
  • do not insert vectorization node into the plan if columnar scan isn't being used
    (#228)

@owenthereal
Copy link
Collaborator

owenthereal commented Jan 26, 2024

Can we also add #232 to the release after it's merged ?

@wuputah
Copy link
Member Author

wuputah commented Jan 26, 2024

Can we also add #232 to the release after it's merged ?

I have rebased this branch.

@wuputah wuputah merged commit dd0ef07 into main Jan 26, 2024
14 checks passed
@wuputah wuputah deleted the jd/1.1.1 branch January 26, 2024 18:46
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