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 364 #9534

Closed
8 of 12 tasks
martint opened this issue Oct 6, 2021 · 32 comments · Fixed by #9777
Closed
8 of 12 tasks

Release notes for 364 #9534

martint opened this issue Oct 6, 2021 · 32 comments · Fixed by #9777
Milestone

Comments

@martint
Copy link
Member

martint commented Oct 6, 2021

Ashhar Hasan

  • all checked
  • 10-20 05:47:28 2948709 Fix flaky Docker image pulls in tests
  • 10-22 04:54:49 29f808c Move trino-testing.properties to trino-testing-services
  • 10-22 04:54:49 5670d15 Use consistent docker image version for accumulo

Dain Sundstrom

  • all checked
  • 10-07 23:39:00 bd55276 Fix Hive target max file size for partitioned tables
  • 10-08 21:43:13 2e96304 Split comparison into unordered first and last
  • 10-08 21:43:13 f382a17 Remove unused BlockPositionComparison.reversed()
  • 10-08 21:43:13 f76a556 Convert min/max N aggregation to MinMaxCompare helper
  • 10-08 21:43:13 fc3af01 Convert min/max by N aggregation to MinMaxCompare helper
  • 10-09 00:19:10 01584b5 Change FunctionMetadata signature to be the actual caller signature
  • 10-09 00:19:10 270e880 Move legacy approx_percentile to separate classes
  • 10-09 00:19:10 5f3966f Simplify parametric aggregation
  • 10-09 00:19:10 7045d10 Move boolean approx_distinct to separate class
  • 10-09 00:19:10 8016601 Add generic aggregation state holders
  • 10-09 00:19:10 aec7351 Require aggregation metadata at construction
  • 10-12 10:54:43 41fcd1e Fix intermediate type declaration for multimap_agg
  • 10-12 10:54:43 c9e8aa6 Test aggregation metadata types matches function implementation
  • 10-12 10:54:43 da2f871 Fix intermediate type ordering for min_max_by
  • 10-14 23:09:03 4826d05 Require session for coercion resolution
  • 10-14 23:09:03 86fd8f6 Require session for operator resolution
  • 10-14 23:09:03 efcddf4 Require session for function resolution

David Phillips

  • all checked
  • 10-15 11:55:52 1f098d9 Update errorprone-in-IDEA note in DEVELOPMENT.md
  • 10-15 11:55:52 60e357f Enable all Error Prone checks (almost)
  • 10-15 12:44:27 569ff5f Remove JWK support for legacy SunEC curve
  • 10-15 12:44:27 85c7473 Configure Error Prone for newer JDKs
  • 10-15 12:44:27 a398b4c Remove unused class ShardNodeId
  • 10-15 12:44:27 f8e6a6f Update raptor-legacy to Jdbi 3
  • 10-18 12:56:55 f822864 Update legacy JWT config in test
  • 10-22 10:37:54 1b4a378 Add resource links to JWT page

GitHub

  • all checked
  • 10-06 22:44:13 9fbbef0 Adjust width of Iceberg config properties documentation
  • 10-13 10:07:48 4949bdc Add auto_purge to Hive table properties
  • 10-13 18:36:34 cbd1027 Use Flyway for DB-based resource groups migrations

Grzegorz Kokosiński

  • all checked
  • 10-07 03:27:52 456403c Get rid of usage of deprecated ConfigurationModule.installModules
  • 10-07 05:27:21 bcb81f2 Fix SingletonIdentityCacheKey#equals
  • 10-08 01:24:33 3fce161 Reduce batch write tests run time
  • 10-08 07:41:21 81bdf7c Replace RaptorConnectorId with CatalogName
  • 10-08 07:41:21 a007051 Make catalog name be available in guice
  • 10-15 02:14:19 292a7ae Enable ErrorProne check: CheckReturnValue
  • 10-15 02:14:19 4d35eac Add @CanIgnoreReturnValue to some methods in MatchAssert
  • 10-20 03:40:03 6711f68 Bump org.ow2.asm:asm version to 9.1
  • 10-20 07:18:22 2663e9f Refactor callback uri hardcode

Karol Sobczak

  • all checked
  • 10-07 03:51:41 3571021 Add support for dictionaries to BigintGroupByHash
  • 10-07 14:52:41 9705655 Use comparator for expressions canonical ordering
  • 10-08 03:00:47 329c402 Support materialized view rename in iceberg connector
  • 10-08 03:00:47 e129273 Add support for renaming materialized views
  • 10-08 03:00:47 f4caa4e Use containsAll for metadata.materialized_views asserts
  • 10-08 04:23:54 1e587f0 Do not create new DictionaryBlock when all positions are selected
  • 10-08 04:23:54 359d2e7 Avoid creating new block instance when all positions are selected
  • 10-08 04:23:54 56f6f28 Add a test that DictionaryAwarePage projection preserves dictionary
  • 10-08 04:23:54 a2bc080 Rename getGroupId to registerGroupId
  • 10-11 03:06:12 be4ce14 Make sure that output dictionary is same as input dictionary
  • 10-12 04:53:50 51279b7 Fail rename materialized view across schema in iceberg
  • 10-18 02:19:27 a13baee Fix RangeView#formatRange for single value
  • 10-18 06:43:22 18cb242 Flatten decimal accumulator
  • 10-18 06:43:22 550587f Fix SingleLongDecimalWithOverflowAndLongState#getEstimatedSize
  • 10-18 06:43:22 85daec7 Extract TestUnscaledDecimal128Arithmetic#assertAdd method
  • 10-18 06:43:22 99721b8 Report per-row time for benchmarkEvaluateIntermediate
  • 10-18 06:43:22 c151c3e Fix formatting
  • 10-18 06:43:22 f87b20a Increase benchmark position count
  • 10-18 07:36:41 4c2df7a Implement mv rename in test connectors
  • 10-20 01:27:06 b1adda2 Add debug info in flaky testDynamicFilters
  • 10-20 07:51:38 90b43c3 Fix divideRoundUp in negative fraction case
  • 10-21 02:36:54 90184fe Implement HivePageSource#getMetrics

Martin Traverso

  • all checked
  • 10-07 17:54:55 94dd916 Remove unused deprecated method
  • 10-07 23:18:41 e90f87f Ignore Elasticsearch fields with unsupported types
  • 10-12 10:49:26 2a7f356 Remove unwrap casts configuration and session property
  • 10-14 19:18:09 13a11c6 Change Test annotation with exceptions to assertThatThrownBy
  • 10-15 02:11:43 9d09ac7 Avoid unnecessary creation of lists from columnIndex
  • 10-15 10:45:52 e2fafde Hoist computation of ConnectorSession
  • 10-16 12:18:01 390afa3 Properly match benchmark class name
  • 10-16 12:18:01 eadea39 Use correct type in page processor benchmark
  • 10-22 08:32:26 22272e2 Fix iteration logic over RowRanges iterator in PrimitiveColumnReader
  • 10-22 08:32:26 2e60184 Fix incorrect results with parquet page filtering

Piotr Findeisen

  • all checked
  • 10-07 01:00:33 5bb9420 Avoid constant hashcode
  • 10-07 07:24:41 2840b38 Identity table handle by its attributes in test
  • 10-08 00:19:31 a0347c6 Provide STRING Parquet logical type annotation for char, varchar
  • 10-08 02:22:16 f4cada1 Use count_big instead of count for SQL Server agg pushdown
  • 10-09 11:18:26 c8cfaa8 Remove deprecated Constraint constructors
  • 10-09 11:18:26 df8a9ed Remove use of deprecated Constraint constructor
  • 10-11 03:52:58 b141d61 Make field available in test class
  • 10-11 05:22:58 6ac2733 Expose all plugin attributes in TestingIcebergPlugin
  • 10-11 05:22:58 b369322 Make metastore optional in TestingIcebergPlugin
  • 10-11 05:22:58 cddc782 Remove constructor overload from TestingIcebergPlugin
  • 10-11 07:26:10 1f31516 Fix reading invalid Avro schema written by Avro 1.8.2
  • 10-12 02:26:06 c34ff67 Flatten Iceberg catalog/metastore configuration
  • 10-12 02:49:41 68d35f0 Make Hive expression pushdown future-proof
  • 10-12 02:51:01 ca20ca3 Update TODO comment
  • 10-12 02:56:55 c5ac103 Load plugins concurrently
  • 10-12 03:16:13 8533806 Fix testSplittableNotCheckedOnSmallFiles flakiness
  • 10-12 04:37:38 7aa4e8d Remove unnecessary writer-sort-buffer-size config override
  • 10-12 04:37:38 a199125 Remove unnecessary ORDER BY in testPageSkipping
  • 10-12 05:32:27 5457a52 fixed comment typos
  • 10-12 06:04:43 059f8f0 Use correct identity when talking to metastore in Iceberg
  • 10-12 06:04:43 4218327 Unlock HMS lock on timeout of failure
  • 10-12 06:04:43 655d65d Delete temp dir explicitly
  • 10-12 12:46:29 0371227 Update PostgreSQL JDBC driver to 42.2.14
  • 10-12 12:48:56 e0d2f2b Consolidate transactional SQL support info
  • 10-13 01:52:28 8fd28be Update AWS SDK version to 1.12.85
  • 10-13 01:54:56 c8b861c Support writing Parquet encoding stats
  • 10-13 04:10:07 4893b5c Update issue links to correct project location
  • 10-13 04:15:24 62bd60f Update outdated comment in PostgreSQL connector
  • 10-13 06:58:01 715729d Do not assume ColumnIdentity#getChildren is constant time
  • 10-13 06:59:55 8d0cb51 Expand @flaky annotation pattern
  • 10-13 10:36:01 3300267 Update hadoop-apache to 3.2.0-14
  • 10-13 10:36:01 bbdf5b6 Run suite-2 on HDP3 with JDK 17
  • 10-14 12:00:50 0ff73f3 Local dynamic filter support for Iceberg
  • 10-14 13:41:58 faa8b5e Update Jdbi3 to 3.23.0
  • 10-14 13:46:54 fee400a Fix: Typo in docs - functions/aggregate.rst
  • 10-15 12:41:33 67562fa Report columns covered by a Dynamic Filter
  • 10-15 12:41:33 fc9b198 Add TestingColumnHandle.toString
  • 10-15 12:42:54 44569a4 Pass session to HiveTableOperations
  • 10-15 12:42:54 63d4340 Split HiveTableOperations into two copies
  • 10-15 12:42:54 79a6f11 Expose thrift API to lock table exclusively
  • 10-15 12:42:54 803aeba Copy commitToExistingTable into subclasses
  • 10-15 12:42:54 8a59a45 Manage catalog and metastore together in Iceberg modules
  • 10-15 12:42:54 912dde0 Split Iceberg commit for new and existing table
  • 10-15 12:42:54 bff0931 Fix durability of INSERT in Iceberg
  • 10-15 12:46:30 1b447ee Change IcebergTableHandle.toString to return snapshotId correctly
  • 10-15 12:50:23 3f0b9b1 Flatten SortedRangeSet.Builder into a single method
  • 10-15 12:50:23 aec5384 Benchmark creation of 1-range ValueSet
  • 10-15 13:27:45 6c4b5ef Change Test annotation with exceptions to assertThatThrownBy
  • 10-15 23:58:10 55b5b9d Split out suite-ldap from suite-6
  • 10-16 00:07:20 3dff0a5 Remove redundant parameters from IcebergTableOperationsProvider
  • 10-18 07:45:27 39d6d0b Add benchmarks for intersect to BenchmarkSortedRangeSet
  • 10-18 07:45:27 ede66af Refactor TestTupleDomain#testOverlaps
  • 10-18 07:45:27 f54ab9f Optimize TupleDomain#overlaps using Domain#overlaps
  • 10-19 08:15:31 598c2f8 Remove obsolete property override
  • 10-19 11:44:22 ff6a25e Upgrade docker-images to version 50
  • 10-20 00:11:14 bfb417d Store connector name when registering catalogs
  • 10-20 00:11:14 ef2a66f Add connector name to system.metadata.catalogs table
  • 10-20 00:11:14 f9a3975 Check for specific rows in system catalog product test
  • 10-20 08:19:24 cd52526 Change native parquet writer to write v1 parquet files
  • 10-20 13:00:47 6a24cf4 Add Iceberg type mapping
  • 10-20 13:06:41 2b8468c Improve Domain#contains
  • 10-20 13:06:41 e149082 Optimize TupleDomain#contains using Domain#contains
  • 10-20 13:07:12 6f4e4c2 Fix flaky TestIcebergOrcConnectorTest.testSplitPruningFromDataFileStatistics
  • 10-22 01:05:10 3cfb188 Use computeScalar for brevity
  • 10-22 01:05:10 730b750 Create table with right file format
  • 10-22 01:05:10 955b7c1 Test clearing Iceberg table comment
  • 10-22 01:05:10 9619b0f Remove duplication from test
  • 10-22 01:05:10 c4368dd Simplify all types test
  • 10-22 01:05:10 f2fb78b Fix indentation
  • 10-22 08:34:41 ad86637 Respect allow_pushdown_into_connectors in split and page sources

Pratham

  • all checked
  • 10-10 08:42:38 73ad472 Remove usage of @test with exceptions in planner tests
  • 10-13 07:01:44 15c0419 Make getRedirectedTableName robust against empty object names
  • 10-13 07:01:44 611b468 Clarify comments around listing redirected tables
  • 10-13 07:01:44 9b29c5b Fix failure with table listing for redirected tables

Praveen Krishna

  • all checked
  • 10-08 03:49:46 204a953 Specify stream partitioning for AssignUniqueId in PropertyDerivations
  • 10-08 03:49:46 29cb820 Ensure delete/update is applied on actual table specified in query
  • 10-08 03:49:46 33bb270 Assert plan for correlated subqueries with automatic join distribution
  • 10-08 03:49:46 45eb247 Specify if a query is of Explain/Explain Analyze during Analysis
  • 10-08 03:49:46 85b6419 Set updateType once for Materialized views refresh
  • 10-08 03:49:46 a72a739 Support correlated subquery in UPDATE assignments (SET)
  • 10-08 03:49:46 abb23d6 Introduce QueryType enum for Analysis
  • 10-08 03:49:46 b539167 Use static import for TestingColumnHandle
  • 10-08 03:49:46 d39544e Fix tracking of update target for EXPLAIN ANALYZE queries
  • 10-20 04:25:12 13d9807 Add delegated Kerberos support for JDBC driver
  • 10-20 04:25:12 4f63e10 Introduce SubjectProvider
  • 10-20 04:25:12 82bfa66 Move SpnegoHandler to different package

Yuya Ebihara

  • all checked
  • 10-06 21:31:11 3203ec2 Remove usage of @test with exceptions in operator tests
  • 10-06 23:23:22 b61542c Remove usage of @test with exceptions in main module tests
  • 10-07 01:12:50 81e90ce Remove compiler warning for reserved identifier in future JDKs
  • 10-08 04:24:44 6c7d4d8 Remove usage of @test with exceptions in metadata tests
  • 10-09 05:23:51 fae324f Add anchor for Iceberg SQL support
  • 10-11 06:19:39 3b1df07 Remove usage of @test with exceptions in sanity tests
  • 10-13 01:28:33 91fd056 Pin testing Accumulo image to version 47
  • 10-13 06:50:29 6f62a18 Change Test annotation with exceptions to assertThatThrownBy
  • 10-13 17:52:55 12210d5 Add ALTER TABLE SET PROPERTIES statement
  • 10-13 17:52:55 2f25d78 Check SET PROPERTIES permission in CREATE TABLE task
  • 10-13 17:52:55 a50f16e Implement ALTER TABLE SET PROPERTIES in ClickHouse
  • 10-13 18:14:40 9fb477f Add documentation for ALTER MATERIALIZED VIEW RENAME
  • 10-14 01:05:33 084164a Add language annotation to assertInvalidFunction
  • 10-14 01:05:33 a0626d1 Remove redundant usage of INVALID_FUNCTION_ARGUMENT
  • 10-16 23:10:05 ede9164 Remove usage of @test with exceptions in plugin tests
  • 10-18 00:27:04 a92a72a Add more types to BigQuery type mapping test
  • 10-18 02:46:45 7faf567 Make method and class public in BigQuery
  • 10-18 02:46:45 e6b84f4 Return optional type in BigQueryClient.getTable method

Łukasz Osipiuk

  • all checked
  • 10-06 23:04:42 c6a80cc Remove redundant container setup in BaseTestContainer
  • 10-07 10:28:21 65f5980 Update docker images to version 46
  • 10-11 16:14:03 60eb474 Use consistent parameter name
  • 10-11 16:17:00 9f35ffe Disable ProgressLoggingListener for product tests
  • 10-11 16:17:00 f16508e Add test progress logging on CI
  • 10-11 16:17:48 3dc90ce Add parameter comment
  • 10-12 08:55:57 6ee30f0 Update docker images to version 47
  • 10-12 13:19:30 c994b15 Bump Coral to 1.0.120
  • 10-13 23:24:26 ca48ae4 Print current plan when dynamic filters invalid
  • 10-19 12:45:48 4f5c9e6 Force usage of JDK 8 for Hadoop Hive 3 container
  • 10-19 12:45:48 5aa64a6 Use docker-images version 49 and switch to ldap-oj11 images
  • 10-19 12:45:48 5dae2e2 Use consistent docker-images version across modules
  • 10-20 11:17:50 cf8a5f8 Remove obsolete comment
  • 10-21 16:47:49 610a87a Fix SHOW STATS for boolean
  • 10-22 14:16:49 0f640f3 Check for Hive system schema earlier
  • 10-22 14:16:49 e43496b Implement streamTableColumns in HiveMetadata
  • 10-22 14:16:49 f60f356 Add redirections support to Hive streamTableColumns
  • 10-22 15:28:35 ce7b034 Pass transaction auto commit context to ConnectorSession
  • 10-22 15:28:35 efcef56 Restrict insert overwrite only to auto commit context
  • 10-25 12:37:11 19296de Prefer toImmutableList in HiveMetadata
  • 10-25 12:37:11 2fe7084 Add Hive OPTIMIZE table procedure
  • 10-25 12:37:11 30c25e1 Use descriptive argument name
  • 10-25 12:37:11 36ff8b5 Add SPI, syntax and execution for table procedures
  • 10-25 12:37:11 6c6fa2b Simplfy table scan handle update in BeginTableWrite
  • 10-25 12:37:11 741a512 Short-circuit empty table execute plan
  • 10-25 12:37:11 c558ba6 Generalize AbstractPropertyManager
  • 10-25 12:37:11 deec503 Rename method
  • 10-25 22:09:03 7b727c9 Guard Hive's OPTIMIZE table procedure with session property
@martint martint added this to the 364 milestone Oct 6, 2021
@martint martint pinned this issue Oct 6, 2021
@sopel39
Copy link
Member

sopel39 commented Oct 7, 2021

General:
* Improve performance of `GROUP BY` with single grouping column. ({issue}`9514`)

#9514

@dain
Copy link
Member

dain commented Oct 8, 2021

Hive:
* Fix `ArrayIndexOutOfBoundsException` when inserting into a partition table with `hive.target-max-file-size` set.  ({issue}`9557`)

#9557

@findepi
Copy link
Member

findepi commented Oct 8, 2021

Hive
* Fix Hive incompatibility with Parquet files containing `char` or `varchar` data produced by the experimental Parquet writer.
   Hive 2 or newer should now read such files correctly, while Hive 1.x is still known not to read them. ({issue}`9515`)

This change might affect Iceberg too. However, we don't have Iceberg connector tests with Hive, so i don't know.

#9515

@findepi
Copy link
Member

findepi commented Oct 8, 2021

SQL Server
* Fix query failure when `count(*)` aggregation is delegated to SQL Server database and table has more than 2147483647 rows. ({issue}`9549`)

#9549

@sopel39
Copy link
Member

sopel39 commented Oct 8, 2021

General:
* Add support for `ALTER MATERIALIZED VIEW ... RENAME TO ...`. ({issue}`9492`)

Iceberg:
* Add support for renaming materialized views. ({issue}`9492`)

#9492

@findepi
Copy link
Member

findepi commented Oct 11, 2021

Hive
* Fix reading semi-invalid Avro schema written by Avro 1.8.2. ({issue}`9243)

#9243

@findepi
Copy link
Member

findepi commented Oct 13, 2021

Iceberg
* Create Parquet files that can be read more efficiently. ({issue}`9569`)

#9569

@ebyhr
Copy link
Member

ebyhr commented Oct 14, 2021

## General
* Add support for `ALTER TABLE ... SET PROPERTIES` statement. ({issue}`9401`)

## SPI
* Introduce `ConnectorMetadata#setTableProperties` for altering table properties. ({issue}`9401`)

## ClickHouse
* Support changing `sample_by` table properties using `ALTER TABLE ... SET PROPERTIES` statement. ({issue}`9401`)

#9401

This should not be documented if we couldn't fix the implementation before release.

@findepi
Copy link
Member

findepi commented Oct 14, 2021

Iceberg 
* Improve query performance when dynamic filtering can be leveraged. ({issue}`4115`)

#9538 #4115 #9193

@findepi
Copy link
Member

findepi commented Oct 15, 2021

SPI
* Expose which columns are covered by dynamic filters. ({issue}`9644`)

#9644

@findepi
Copy link
Member

findepi commented Oct 15, 2021

Iceberg
* Fix data loss in case of concurrent inserts to a table. ({issue}`9583`)

#9583 #9584

@sopel39
Copy link
Member

sopel39 commented Oct 18, 2021

General
* Fix displaying character type dynamic filter values in ``EXPLAIN ANALYZE``. ({issue}`9673`)

#9673

@Praveen2112
Copy link
Member

General 
* Fix query failure for update operation if it has a correlated subquery. 

#8286

@sopel39
Copy link
Member

sopel39 commented Oct 18, 2021

General
* Improve performance of decimal aggregations. ({issue}`9640`)

#9640

@sopel39
Copy link
Member

sopel39 commented Oct 20, 2021

General
* Fix decimal division when result is between `-1` and `0`. ({issue}`9696`)

#9696

@findepi
Copy link
Member

findepi commented Oct 20, 2021

Hive
* Write files compatible with Hive 1 and Hive 3 in experimental Parquet writer. ({issue}`6377`)

#6377 #9611

@findepi
Copy link
Member

findepi commented Oct 22, 2021

General
* Fix SHOW STATS failure for a query projecting a boolean column. ({issue}`9710`)

#9710 #9711

@aczajkowski
Copy link
Member

# Hive
* Restrict partition overwrite on insert to auto commit context only ({issue}`9559`)

#9559 #9675

@Praveen2112
Copy link
Member

JDBC
* Allow using token from existing Kerberos context. This allows us to perform Kerberos authentication without 
passing the Keytab or credential cache to the driver ({issue}`4826`)

#9606

@findepi
Copy link
Member

findepi commented Oct 25, 2021

Iceberg
* Return value with UTC zone for table partitioned on `timestamp with time zone`. ({issue}`9704)
* Fix query failure when reading from `$partitions` table for a table partitioned on `timestamp with time zone` or `uuid` ({issue}`9703`, {issue}`9757)

#9757 #9703 #9704

@findepi
Copy link
Member

findepi commented Oct 26, 2021

Iceberg
* Fix query failure when reading Iceberg table statistics. ({issue}`9714`)

#9714 #9719

@ebyhr
Copy link
Member

ebyhr commented Oct 26, 2021

## MemSQL
* Support reading MemSQL `datetime(6)` and `timestamp(6)` types as Trino `timestamp(6)`. ({issue}`9725`)

#9725

@kokosing
Copy link
Member

# Hive
* Allow to skip setting permissions on new directories by setting `hive.fs.new-directory-permissions=skip` in connector properties file. ({issue}`9539`)

#9539

@losipiuk
Copy link
Member

# Hive
* Allow translating Hive views which cast `timestamp` columns to `decimal`. ({issue}`9530`)

#9530

@losipiuk
Copy link
Member

losipiuk commented Oct 26, 2021

# Hive
* Add `OPTIMIZE` table procedure for merging small files in non-transactional Hive table. 
  Procedure can be executed using `ALTER TABLE <table> EXECUTE OPTIMIZE(file_size_threshold => ...)` syntax. ({issue}`9665`)

#9665 #9761

@losipiuk
Copy link
Member

# SPI
* Add SPI for table procedures that can process table data in a distributed manner. Table procedures can be run via `ALTER TABLE ... EXECUTE ...` syntax. ({issue}`9665 `)

#9665

@ebyhr
Copy link
Member

ebyhr commented Oct 27, 2021

## Cassandra
* Map Cassandra `uuid` type to Trino `uuid`. ({issue}`5231`)

#5231

@dain
Copy link
Member

dain commented Oct 28, 2021

# Hive
* Fix query failure when writing to a partitioned table with target max file size set. ({issue}`9557`)

#9557

@sopel39
Copy link
Member

sopel39 commented Oct 29, 2021

General:
* Fix invalid query results for queries with nested joins and ``IS NOT DISTINCT FROM`` join clauses. ({issue}`9805`)

#9805

@kokosing
Copy link
Member

General
* Improve CPU coordinator utilization. ({issue}`8650`)

#8650

@losipiuk
Copy link
Member

# Hive
* Reject execution of `CREATE TABLE` when bucketing is requested on columns with unsupported column types. Previously `CREATE` was allowed but it was not possible to insert data to such a table. ({issue}`9793`)

#9793

@findepi
Copy link
Member

findepi commented Oct 30, 2021

General / UI
* Improve responsiveness of Web UI when query history contains queries with long query text. ({issue}`8892`)

#8892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

9 participants