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

Release notes for 0.226 #13340

Closed
viczhang861 opened this issue Sep 5, 2019 · 6 comments
Closed

Release notes for 0.226 #13340

viczhang861 opened this issue Sep 5, 2019 · 6 comments
Assignees
Labels

Comments

@viczhang861
Copy link
Contributor

Issue to track release notes for next release.

@neeradsomanchi neeradsomanchi self-assigned this Sep 6, 2019
@neeradsomanchi
Copy link
Contributor

neeradsomanchi commented Sep 6, 2019

Andrii Rosa

  • All Checked
  • 08-23 12:00:01 b508153 Update fixed-precision docs to reflect constants parsed as DECIMAL
  • 08-29 17:11:57 5d18a1c Check Parquet schema mismatch
  • 08-30 07:50:44 d591d79 Allow anonymous rows in Hive temporary tables
  • 08-30 09:30:49 139e024 Remove StatisticAggregationsDescriptor from TableWriterNode
  • 08-30 09:30:57 88fe29d Remove unnecessary row expression to symbol expression translation
  • 08-30 13:39:34 dd93677 Use Optional instead of null when getting Parquet types
  • 09-03 13:46:28 916805a Merge TableWriter output before sending to TableFinishOperator
  • 09-03 13:46:28 f0009dc Refactor TableFinishOperator and TableWriterOperator
  • 09-03 19:50:12 c6371ab Fix grouped execution tagging for table scan
  • 09-04 22:11:01 2de28d2 Add query task count to statistics field of QueryCompletedEvent
  • 09-05 16:31:23 0244ccd Allow recoverable execution for parallel writes
  • 09-05 16:31:23 59a230a Allow local exchanges on non system partitioning
  • 09-05 16:31:23 85efb93 Refactor NodePartitioningManager
  • 09-05 16:31:23 c594611 Allow concurrent writes into a bucketed table

James Sun

  • All Checked
  • 08-22 15:39:09 0f2b3dd Move TranslateExpressions above last InlineProjections
  • 08-22 15:39:09 8b5d746 Move TranslateExpressions above AddLocalExchanges
  • 08-22 15:39:09 9a0824d Move TranslateExpressions above last UnaliasSymbolReferences
  • 08-22 15:39:09 cdec4f2 Move TranslateExpressions above second InlineProjections to last
  • 08-22 15:39:09 dc11cda Fix function name for try expression
  • 08-22 15:39:09 ef724d2 Do not print unresolved plan in assertPlan
  • 08-22 15:39:09 ffe309d Move TranslateExpressions above last projectionPushDown
  • 08-23 15:49:19 3fade37 Increase jvm heap for mvn build
  • 08-23 15:58:04 6e220a1 Cache row group column stats in ORC column writer
  • 09-02 22:15:40 97b9c11 Fix ShardCleaner not running on HDFS

Leiqing Cai

  • All Checked
  • 08-22 23:42:55 f1bbb82 Mark method as alwaysRun when closing TestingMySqlServer

Maria Basmanova

  • All Checked
  • 08-21 23:22:32 394c8c3 Add benchmarks for Flatbush and JTS STR RTree
  • 08-21 23:22:32 5a4c520 Use Flatbush instead of JTS STR RTree for spatial joins
  • 08-21 23:22:32 879775e Ignore order of rows in spatial join tests
  • 08-21 23:22:32 89aff2b Add HasExtent interface
  • 08-21 23:22:32 9124aa4 Implement Flatbush Hilbert RTree
  • 08-22 14:48:35 1bd45da Add FloatSelectiveStreamReader
  • 08-22 16:08:15 8492bfa Update memory usage while building R-Tree
  • 08-23 11:35:25 0a41532 Avoid calling SelectiveStreamReader#read with zero positions to read
  • 08-23 11:35:25 2af400e Add StructSelectiveStreamReader
  • 08-23 11:35:25 688e612 Add subfield pruning for structs
  • 08-23 11:35:25 6d22ca9 Add ByteSelectiveStreamReader::toString
  • 08-23 11:35:25 a9726d4 Add more tests for ListSelectiveStreamReader
  • 08-27 03:25:58 2d71918 Adds testLength to TupleDomainFilter
  • 08-27 08:03:54 09bc153 Move Arrays class from presto-orc to presto-array
  • 08-28 03:06:52 d47b4e4 Remove unused OrcReader field maxReadSize
  • 08-28 03:10:29 bd304e8 Fix docs for geospatial functions
  • 08-28 04:05:20 47423bb Remove unused systemMemoryContext from OrcBatchRecordReader
  • 08-28 11:21:38 0ea8208 Fix handling of non-deterministic filters in SelectiveStreamReaders
  • 09-03 07:32:27 60a5a5c Reuse compressionBuffer when serializing pages
  • 09-03 09:56:18 2d19b6d Allow special character in MongoDB password
  • 09-03 09:56:18 70545f4 Add test for MongoClientConfig
  • 09-03 12:22:56 643ee08 Remove unused NULL_ENTRY_SIZE from OrcBatchPageSource
  • 09-03 12:22:56 ea257f5 Simplify block creation for all null values
  • 09-03 19:59:26 0605738 Test for ST_Buffer NPE fix
  • 09-03 19:59:26 3cdf680 Fix centroids for small/degenerate polygons
  • 09-03 19:59:26 dce7643 Upgrade ESRI geometry to v2.2.3
  • 09-04 11:24:57 926ca27 Add MapSelectedStreamReader
  • 09-04 11:24:57 af15a75 Add positionCount parameter to createBlockFromKeyValue
  • 09-04 11:24:57 e31ac55 Add subfields used only for filtering to the list of required subfields
  • 09-05 08:12:22 2e17628 Add more tests for ListSelectiveStreamReader
  • 09-05 08:12:22 6cffd16 Add more checks to OrcTester.assertFileContentsPresto
  • 09-05 08:12:22 7b9b0ce Add support for filters on subfields to OrcTester
  • 09-05 09:39:41 7c28d0b Fix reading empty and all-nulls lists with filters
  • 09-05 12:06:35 09eddce Expose formatRowExpression to the connectors
  • 09-05 12:06:35 6c1aab7 Add pushed down filter to the output of EXPLAIN
  • 09-05 12:06:35 bca2bce Remove session parameter from RowExpressionFormatter's constructor
  • 09-05 15:44:22 29bb4c6 Optimize single-column FilterFunctions on DictionaryBlocks

Rebecca Schlussel

  • All Checked
  • 08-26 07:26:32 6d296f9 Make PrestoS3InputStream#read comply with read method contract on EOF
  • 08-27 08:34:54 b2dd996 Add .mailmap to increase release stats accuracy
  • 08-30 09:16:20 cbe9375 Add test for PrestoS3InputStream positional read EOS
  • 09-03 08:01:41 990545d Add release note for 0.225
  • 09-04 07:46:50 d0d8850 Improve condition for ignoring bucketing for hive
  • 09-05 13:03:56 67efdcf Move request slug from path to query

Rongrong Zhong

  • All Checked
  • 08-22 10:38:12 1fc8e5b Fix QueryContext.getAdditionalFailureInfo bug
  • 08-23 08:42:08 0d7da7a Disable TestMySqlCaseInsensitiveMapping
  • 09-04 11:33:30 272cd95 Move SqlFunction to spi
  • 09-04 11:33:30 5149d92 Move function resolution logic to FunctionManager
  • 09-04 11:33:30 85d30a6 Move FunctionNamespaceManager to SPI
  • 09-04 11:33:30 9622d26 Change Signature to use FullyQualifiedName
  • 09-04 11:33:30 d8f34b0 Introduce FullyQualifiedName in SPI
  • 09-04 11:33:30 e23005f Break FunctionNamespaceManager.resolveFunction
  • 09-04 11:33:30 e4daef3 Rename FunctionNamespace to FunctionNamespaceManager
  • 09-04 11:33:30 fa36f4d Remove StaticFunctionNamespaceFactory
  • 09-04 11:33:31 3052863 Rename StaticFunctionNamespace to BuiltInFunctionNamespace
  • 09-04 11:33:31 3379b4f Resolve function using all registered function namespaces
  • 09-04 11:33:31 c359c21 Allow FunctionNamespace plugin

Sahar Massachi

  • All Checked
  • 08-29 11:21:35 95b2b33 Add DoubleSelectiveStreamReader

Vic Zhang

  • All Checked
  • 08-21 10:25:55 f455e20 prepare for next development iteration - 0.226-SNAPSHOT

Wenlei Xie

  • All Checked
  • 08-29 15:07:05 d960aef Improve error message when resource group selector cannot be loaded
  • 09-04 18:13:48 ecdbbb3 Add debug support for offline table and partition
  • 09-04 20:50:09 523501d Inline LocalQueryRunner#translateExpressions

Zhenxiao Luo

  • All Checked
  • 08-31 08:07:29 1dfa608 Fix Elasticsearch Connector scroll-timeout documentation

@mbasmanova
Copy link
Contributor

mbasmanova commented Sep 6, 2019

General
--------
* Use Hilbert Packed RTree (Flatbush) instead of the JTS STR RTree for spatial joins.  The Flatbush is a flattened tree that uses vastly fewer heap allocations, and has faster build and query times.
* Improve memory tracking for spatial joins to prevent out of memory worker crashes.
* Fix ST_Buffer for tiny geometries (#13194)
* Fix ST_Centroid for tiny geometries (#10629)

@rongrong
Copy link
Contributor

rongrong commented Sep 6, 2019

Not sure whether we want release notes from my changes. It adds some new APIs to SPI but it's not really ready for use. So I think we should skip release notes for now.

@neeradsomanchi
Copy link
Contributor

neeradsomanchi commented Sep 9, 2019

Missing Release Notes

Andrii Rosa

James Sun

Maria Basmanova

Rongrong Zhong

Wenlei Xie

Zhenxiao Luo

Extracted Release Notes

@arhimondr
Copy link
Member

Hive

* Writing into Hive bucketed tables now done in parallel (multiple threads per node) with respect to the task.writer-count configuration property

@stale
Copy link

stale bot commented Mar 3, 2022

This issue has been automatically marked as stale because it has not had any activity in the last 2 years. If you feel that this issue is important, just comment and the stale tag will be removed; otherwise it will be closed in 7 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things.

@stale stale bot added the stale label Mar 3, 2022
@stale stale bot closed this as completed Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants