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

Add 0.163 release notes #7050

Merged
merged 1 commit into from Jan 12, 2017
Merged

Add 0.163 release notes #7050

merged 1 commit into from Jan 12, 2017

Conversation

martint
Copy link
Contributor

@martint martint commented Jan 11, 2017

No description provided.

Copy link
Contributor

@electrum electrum left a comment

Choose a reason for hiding this comment

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

There are additional changes:

  • Fix predicate pushdown in old Parquet reader
  • Lots of Cassandra changes
  • Fix potential resource group starvation
  • The slice/dictionary change
  • File Hive metastore
  • Fix NPE in HivePageSink.abort
  • Ignore forced running splits when checking minimumNumberOfDrivers
  • Avoid variable boxing in InMemoryHashAggregationBuilder (improves GC for aggregations?)

* Improve performance for ``OUTER JOIN`` queries.
* Improve exchange performance by reading from buffers in parallel.
* Improve performance when only a subset of the columns resulting from a ``JOIN`` are referenced.
* Make ``ALL``, ``SOME``, and ``ANY`` non-reserved keywords.
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't normally put a comma before and

@martint
Copy link
Contributor Author

martint commented Jan 11, 2017

There are additional changes:

Yeah, I'm still waiting for people to send me their notes.

@martint
Copy link
Contributor Author

martint commented Jan 11, 2017

Avoid variable boxing in InMemoryHashAggregationBuilder (improves GC for aggregations?)

It's only for spilling.

@martint martint force-pushed the relnotes branch 5 times, most recently from 1684d58 to 73ba1f1 Compare January 11, 2017 23:13
Copy link
Contributor

@raghavsethi raghavsethi left a comment

Choose a reason for hiding this comment

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

Looks good.

General Changes
---------------

* Fix data corruption when transporting dictionary-encoded data.
Copy link
Contributor

@electrum electrum Jan 11, 2017

Choose a reason for hiding this comment

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

Maybe say "Fix data corruption that causes incorrect results when ..." (assuming this is a correctness issue)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dain, can this produce incorrect results? or just plain failures?

@martint martint closed this Jan 12, 2017
@martint martint deleted the relnotes branch January 12, 2017 02:58
@martint martint merged commit 7c94791 into prestodb:master Jan 12, 2017
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.

None yet

4 participants