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 344 #5302

Closed
5 of 10 tasks
martint opened this issue Sep 26, 2020 · 25 comments · Fixed by #5423
Closed
5 of 10 tasks

Release notes for 344 #5302

martint opened this issue Sep 26, 2020 · 25 comments · Fixed by #5423
Milestone

Comments

@martint
Copy link
Member

martint commented Sep 26, 2020

Dain Sundstrom

  • all checked
  • 09-28 14:29:17 2fa1305 Cleanup file based password authenticator
  • 09-28 14:29:17 5961d29 Add file group provider
  • 10-06 19:27:08 0a5d131 Change file access control to consistently use snake case
  • 10-06 19:27:08 19bdc50 Fix system file create schema check
  • 10-06 19:27:08 1f30202 Only show catalog if user has schema or table permissions
  • 10-06 19:27:08 20ecbad Simplify catalog checks in FileBasedSystemAccessControl
  • 10-06 19:27:08 2529f18 Clean up exception messages in FileBasedSystemAccessControl
  • 10-06 19:27:08 28d9183 Change catalog file access default to allow for no rules
  • 10-06 19:27:08 294b197 Add session property rules to system file access control
  • 10-06 19:27:08 46b77aa Simplify FileBasedAccessControl
  • 10-06 19:27:08 4ae4d5c Fix file access control for table create and rename checks
  • 10-06 19:27:08 66e0952 Add catalog regex to schema and table rules in file system access control
  • 10-06 19:27:08 78025d0 Allow all catalog access by default in file-based access control
  • 10-06 19:27:08 9e6e36f Improve system file based access documentation
  • 10-06 19:27:08 acb8d7d Filter tables in file access control
  • 10-06 19:27:08 acdc7cc Change catalog check to match other checks
  • 10-06 19:27:08 b631c77 Simplify table and schema rules in file system access control
  • 10-06 19:27:08 bf402a5 Fix warnings in FileBasedSystemAccessControl
  • 10-06 19:27:08 bfe1c06 Deny grant and revoke for catalog file access control
  • 10-06 19:27:08 c8016f2 Simplify query checks in FileBasedSystemAccessControl
  • 10-06 19:27:08 d501016 Only show schema if user is schema owner or has table permissions
  • 10-06 19:27:08 e7c892e Add missing table checks in file system access control
  • 10-06 22:48:16 1232d39 Remove fallback to interpreter for JoinCompiler
  • 10-06 22:49:32 0a1331f Remove Type equalTo and hash uses in TypedSet
  • 10-06 22:49:32 127726e Move ScalarFunctionAdapter to SPI
  • 10-06 22:49:32 17f9ae5 Extract ScalarFunctionImplementation interface
  • 10-06 22:49:32 1ec29b7 Remove Type equalTo and hash uses in map agg and union
  • 10-06 22:49:32 1f4ca9c Remove Type equalTo and hash uses in checksum function
  • 10-06 22:49:32 21969b0 Move inequality operators to type
  • 10-06 22:49:32 2298c18 Simplify lambda interface handling in FunctionInvoker
  • 10-06 22:49:32 3460b28 Remove Type equalTo and hash uses in Histogram
  • 10-06 22:49:32 3f3721e Remove Type equalTo and hash uses in PagesIndex
  • 10-06 22:49:32 42837d9 Remove HashTable from JsonUtil
  • 10-06 22:49:32 46a9c57 Remove unnecessary calls to resolve operator
  • 10-06 22:49:32 639ad0b Remove Type equalTo and hash methods
  • 10-06 22:49:32 63bc7ef Remove Type equalTo and hash uses in black hole connector
  • 10-06 22:49:32 656060c Add expiry to operators cache
  • 10-06 22:49:32 725cfa2 Remove Type equalTo and hash uses in IndexLoader
  • 10-06 22:49:32 8ba235f Add BlockTypeOperators
  • 10-06 22:49:32 8f8cfdf Cleanup ArraysOverlapFunction
  • 10-06 22:49:32 96f8fbf Remove Type equalTo and hash uses in group by hash
  • 10-06 22:49:32 a9a62b1 Change checksum function to use xxhash
  • 10-06 22:49:32 ab3c8e5 Remove not equal and greater operators from execution
  • 10-06 22:49:32 b3308a1 Remove Type compareTo with block and position
  • 10-06 22:49:32 b7112dd Remove Type equalTo and hash uses in tuple domain
  • 10-06 22:49:32 bfedcdd Add operator declaration to type
  • 10-06 22:49:32 c799dfe Remove Type equalTo and hash uses in tests
  • 10-06 22:49:32 c95e937 Switch min/max and greates/least to use comparison operator
  • 10-06 22:49:32 cb3662c Move comparison operators to type
  • 10-06 22:49:32 d3e79c7 Cleanup ArraySortFunction
  • 10-06 22:49:32 d9988c2 Merge FunctionInvokerProvider into ScalarFunctionImplementation
  • 10-06 22:49:32 e0c9a86 Remove Type equalTo and hash uses in JoinCompiler
  • 10-06 22:49:32 e4be51a Remove unused PagesHashStrategy positionEqualsRow method
  • 10-06 22:49:32 f441cb4 Verify scalar function signature
  • 10-06 22:49:32 f551d80 Remove Type equalTo and hash uses in Hive writers
  • 10-06 22:49:32 fcfa203 Remove Type equalTo and hash uses in DynamicTupleFilterFactory

David Phillips

  • all checked
  • 10-01 10:38:24 329c0da Move presto verifier doc into README
  • 10-01 11:23:48 9f0202a Update oracle.rst
  • 10-01 11:30:22 bbe718d Update properties documentation
  • 10-01 14:38:03 a908667 Fix documentation source syntax
  • 10-05 13:47:38 68ab24e Updating IN clause and standardizing query formatting
  • 10-06 09:12:58 be12dc7 Make JDBC install guide more user-friendly
  • 10-06 16:05:32 2a55309 Disallow metastore caching for Iceberg
  • 10-06 16:05:32 2fdf240 Minor cleanup of Iceberg table scan creation
  • 10-06 16:05:32 358a953 Quote names in Iceberg table objects
  • 10-06 16:05:32 35d9cbd Support serializable isolation for Iceberg
  • 10-06 16:05:32 36b5b79 Remove metastore transaction cache from Iceberg
  • 10-06 16:05:32 6442bce Remove unnecessary ThreadContextClassLoader
  • 10-06 16:05:32 a2440a7 Remove unused method
  • 10-06 16:05:32 b30ede3 Extract IcebergTableName from IcebergTableHandle
  • 10-06 16:05:32 ccfa73d Add missing validations to IcebergConfig
  • 10-06 16:05:32 e417db1 Eagerly resolve snapshots for Iceberg tables

GitHub

  • all checked
  • 10-01 10:43:50 aa8dde6 Move benchmark driver doc into README

Grzegorz Kokosiński

  • all checked
  • 09-29 07:09:52 738406d Allow to use camel case environment name
  • 09-30 02:16:24 85205d0 Improve Access Denied message: insufficient view owner privileges
  • 09-30 02:16:24 a6543b1 Refactor Access Denied Exception testing
  • 10-06 00:23:55 62c87d2 Do not stop attached environment
  • 10-06 00:23:55 88f0390 Fix indentation
  • 10-06 00:23:55 ce97ec8 Do not check attached containers health
  • 10-06 01:06:04 be0e409 Add allow-all Hive security
  • 10-06 03:49:01 d1b2809 Static import for immutable collection collectors
  • 10-06 05:05:47 4cddd84 Narrow down caught exceptions
  • 10-06 05:05:47 6dd756f Fix typo
  • 10-06 05:05:47 7d337f5 Do not swallow interrupted exception
  • 10-06 05:05:47 84c5b50 Fix formatting
  • 10-06 05:05:47 85655fd Remove unused method
  • 10-06 11:35:58 04aa99c Move DefaultSystemAccessControl to presto-plugin-toolkit

Karol Sobczak

  • all checked
  • 09-28 01:12:58 70e6061 Use non-deprecated createPageSource() in HivePageSourceProvider
  • 09-28 01:20:11 8ae60fe Fix potential deadlock when HttpPageBufferClient exceeds memory limit
  • 09-28 02:30:05 5fa4f67 Remove unused variable
  • 09-28 02:30:05 881e244 Assert that future did not finish exceptionally
  • 09-28 02:30:05 94c5203 Collect dynamic filters based on notification in DynamicFilterService
  • 09-28 02:30:05 a29fc64 Push dynamic filters into DynamicFilterService
  • 09-28 02:30:05 e5234fa Fix formatting
  • 09-28 02:30:05 ea10481 Rename method to acknowledgeAndGetNewDynamicFilterDomains
  • 09-28 02:43:13 be948ef Revert "Use non-deprecated createPageSource() in HivePageSourceProvider"
  • 09-29 01:48:43 4b3405f Clamp BackgroundHiveSplitLoader concurrency to usable parallelism
  • 09-29 04:21:27 e69cf27 Use non-deprecated createPageSource() in HivePageSourceProvider
  • 09-30 04:12:05 e042c5f Make number of DynamicFilterService threads configurable
  • 09-30 05:25:53 b1ed658 Do not simplify dynamic filters when these are fetched by coordinator
  • 10-02 03:58:58 b6c28ce Disable min/max collection for dynamic filters
  • 10-02 23:26:50 24fc750 Use ValueSet#getDiscreteSet in Orc reader
  • 10-04 14:54:49 f22cbfc Use EmptyPageSource instead of FixedPageSource over an empty list
  • 10-05 01:24:24 8fced1e Allow to extend CachingJdbcClient
  • 10-05 05:06:17 7bd4ffa Allow to extend how caching JDBC client is created
  • 10-06 02:35:30 1ded2c5 Add dynamic filtering documentation
  • 10-06 05:30:26 ec9809a Validate that same dynamic filter domain is set
  • 10-07 02:03:01 75eb16c Add dynamic filter collection time stats
  • 10-07 02:03:01 a195f06 Fix formatting
  • 10-07 02:03:01 a4f3c45 Use requireNonNull
  • 10-07 03:18:11 3a38606 Extract Domain#DEFAULT_COMPACTION_THRESHOLD

Martin Traverso

  • all checked
  • 09-27 10:28:27 781020c Use fixed offset for test
  • 09-27 10:28:27 a1247f1 Used fixed session time for time test
  • 09-27 14:38:53 04b3b25 Clarify use of timezone in tests
  • 09-27 19:44:24 0434700 Add murmur3_hash function
  • 10-03 12:25:03 9a38c19 Update Antlr to 4.8
  • 10-03 23:56:09 7ae3d96 Update to airlift 201
  • 10-04 11:03:07 0b1be3f Fix return type in qdigest function documentation
  • 10-04 11:03:07 0f6890c Use T-digest in approx_percentile array aggregations
  • 10-04 11:03:07 31af7b7 Use T-digest in approx_percentile aggregations
  • 10-04 11:03:07 4090776 Add tdigest_agg function
  • 10-04 11:03:07 4d70a0a Fix parameter names in docs for approx_percentile functions
  • 10-04 11:03:07 5d82be1 Add documentation for T-digest type and functions
  • 10-04 11:03:07 68ec923 Use helper method
  • 10-04 11:03:07 8a559da Add operators for casting tdigest to / from varbinary
  • 10-04 11:03:07 918e7e8 Add test for tdigest functions
  • 10-04 11:03:07 d18f71a Add tdigest type and merge(tdigest) function
  • 10-04 11:03:07 d22bce8 Add value_at_quantile and values_at_quantiles functions for tdigest
  • 10-04 13:56:57 0d41a63 Improve efficiency of T-Digest functions
  • 10-05 20:08:17 b14fc99 Implement from_unixtime_nanos

Piotr Findeisen

  • all checked
  • 09-27 10:57:13 7613b13 Add docs for additional aggregate pushdown functions for sql server
  • 09-27 10:59:04 2cc9ff7 Fix logger declaration
  • 09-28 02:05:49 067b24e Fix rounding in long timestamp to long timestamp cast
  • 09-28 10:05:15 2bd5363 Check expected exceptions precisely in TestJdbcResultSet
  • 09-28 10:05:15 3b1091b Improve running TestJdbcResultSetCompatibilityOldServer from IDE
  • 09-28 10:05:15 cbcba45 Remove unused field
  • 09-28 13:55:58 d148de2 Document @SqlNullable
  • 09-29 04:57:02 aa75b29 Rename and expose method in BaseJdbcClient
  • 09-30 04:18:16 0ed8625 Suppress testDelete with supportsDelete
  • 09-30 04:18:16 1dd7574 Improve test coverage of column/table COMMENT test
  • 09-30 04:18:16 2deebc6 Unify and improve TABLE and COLUMN COMMENT tests
  • 09-30 04:18:16 d1bfebd Use assertions with better message on failure
  • 09-30 04:18:16 d830485 Avoid using 'id' as column name
  • 09-30 08:03:49 62c4da8 Remove createOracleQueryRunner overloads
  • 09-30 08:03:49 93e2ed1 Start Presto on 8080 in SqlServerQueryRunner.main
  • 09-30 08:03:49 98264f8 Remove createSqlServerQueryRunner overload
  • 09-30 08:03:49 bb5d930 Fix typo
  • 09-30 08:03:49 f6e72de Start Presto on 8080 in OracleQueryRunner.main
  • 09-30 12:37:26 dfc5f5a Add main() to PhoenixQueryRunner
  • 10-01 06:34:30 a940722 Fix Parquet encoding for timestamps before epoch
  • 10-01 11:17:49 16d0745 Fix rounding in long timestamptz to long timestamptz cast
  • 10-01 11:17:49 2ea3ffe Add explicit test for PostgreSQL TIME 24
  • 10-01 11:17:49 425c3b0 Support CTAS with timestamp(>6) in PostgreSQL
  • 10-01 11:17:49 50a87c7 Add temporal data tests with INSERT in Presto
  • 10-01 11:17:49 65880d9 Use shortcut method
  • 10-01 11:17:49 92f01e3 Support time(p) in PostgreSQL
  • 10-01 11:17:49 fbd4ca7 Support CTAS with timestamp(>6) with time zone in PostgreSQL
  • 10-01 11:17:49 fea326b Pass session to setup too
  • 10-02 06:41:34 f17bdba Test QueryAssertions
  • 10-02 06:41:34 ff80551 Fix isCorrectlyPushedDown with session
  • 10-02 07:22:36 8a215a4 Remove unused field
  • 10-02 07:22:36 b03f408 Remove redundant annotations
  • 10-02 08:13:27 67508f4 Increase tryCompactingTable timeout
  • 10-02 08:22:26 b230be0 Rename configuration property for JDBC aggregation pushdown
  • 10-02 08:34:10 870c075 Fix logical merge conflict
  • 10-02 09:55:18 b69ed98 Keep same domain in simplify() when already simple
  • 10-02 13:09:00 65a620c Reuse durationProperty helper method
  • 10-02 13:09:00 e689085 Support validation in PropertyMetadata
  • 10-03 11:06:09 c922af8 Remove fast-inequality-joins configuration property
  • 10-04 13:49:58 205fc91 Give executors identifiable names
  • 10-04 13:49:58 7788685 Shutdown executor after test
  • 10-05 03:35:32 3b8b1e5 Use fewer threads in tests
  • 10-05 03:35:32 949ce37 Use fewer nodes in test
  • 10-05 03:35:32 dd7f590 Leverage default distributer runner's node count
  • 10-05 03:35:48 d6fa947 Mark test class single-threaded
  • 10-05 03:38:34 884a296 Reduce resources used by a test
  • 10-05 06:30:23 8b11b39 Mark testWrittenStats test as @flaky
  • 10-05 07:31:05 e8a7fcc Fail test when executor not shut down
  • 10-05 08:32:54 0481696 Forbid @BeforeMethod, @AfterMethod in multi-threaded tests
  • 10-05 08:32:54 9b76293 Mark test classes single-threaded
  • 10-05 08:32:54 9c62e9a Do not ingnore tear down exceptions
  • 10-05 13:09:32 00000b4 Mark TestRaptorIntegrationSmokeTest.testCreateBucketedTable as flaky
  • 10-05 23:19:37 6740ece Allow @BeforeMethod when whole test suite single-threaded
  • 10-06 13:53:44 772515c Remove FileHiveMetastore constructor overload
  • 10-06 13:53:44 a1d899b Test FileHiveMetastoreConfig
  • 10-06 14:08:32 49e7caa Remove create table and create table as from Limitations
  • 10-07 02:02:55 caf6c36 Rename MetastoreConfig to MetastoreTypeConfig

Praveen Krishna

  • all checked
  • 10-06 23:42:43 9a712a7 Add column-pruning rule for ExplainAnalyzeNode
  • 10-06 23:42:43 d0bc46a Maintain actual output column details in ExplainAnalyze

Yuya Ebihara

  • all checked
  • 09-28 20:30:18 142c8e2 Add support for setting column comment in PostgreSQL
  • 10-07 02:59:02 300d830 Quote column name in Phoenix CREATE TABLE statement

Łukasz Osipiuk

  • all checked
  • 09-29 00:37:38 3cfbca8 Mark ACID tests as Flaky
  • 09-29 03:45:27 23d2243 Add internal Kafka column for OFFSET_TIMESTAMP_FIELD
  • 09-29 03:45:27 74a0570 Add predicate push down support for internal Kafka columns.
  • 09-29 03:45:27 a2ec0e3 kafka connector: add filter pushing down integration test
  • 09-29 05:25:54 3155824 Display container statistics every 30 seconds
  • 09-29 05:25:54 3239e0e Invoke environment listeners asynchronously
  • 09-29 05:25:54 3ae9ea2 Fix running tests on environment startup retry
  • 09-29 05:25:54 6344360 Minor code cleanup
  • 09-29 05:25:54 6e2657e Copy container's logs as a single tar archive
  • 09-29 05:25:54 8791dd4 Remove unnecessary method override
  • 09-29 05:25:54 8b7c21f Close AsyncResultCallback on container stats fetch
  • 09-29 05:25:54 a079437 Refactor command execution inside the container
  • 09-29 05:25:54 abc1260 Make more operations async
  • 09-30 04:41:46 166e988 Eliminate pushed down filters above table scan in SQL Server connector
  • 09-30 04:41:46 52a6319 Extend TestSqlServerIntegrationSmokeTest test
  • 09-30 04:46:15 5b8cc64 Cancel scheduled futures used for container statistics reporting
  • 09-30 14:08:58 57cb142 Use forSelectedPorts utility method
  • 09-30 14:08:58 58f6742 Check environment health before waiting for test completion
  • 09-30 14:08:58 62b8668 Use static forLogMessage
  • 09-30 14:08:58 6e9014a Allow establishing docker container startup dependency
  • 09-30 14:08:58 6f3b801 Configure Kafka waitStrategy
  • 09-30 14:08:58 71ff6fd Remove unused methods
  • 09-30 14:08:58 bca6171 Move and clarify container reset
  • 09-30 14:08:58 d13577b Simplify container dependency
  • 09-30 14:08:58 d386ed9 Reuse Hadoop container definition in two-mixed-hives environment
  • 09-30 14:08:58 effaf13 Wait for containers healthcheck
  • 10-07 02:55:59 3833f1f Added product test to verify Presto doesn't read aborted transactions of a transactional table.
  • 10-07 05:33:35 4bdbf7a Detect ACID tables in getTablePath
  • 10-07 05:33:35 5de8628 Cleanups in testFilesForAbortedTransactionsIgnored
@martint martint added this to the 344 milestone Sep 26, 2020
@martint martint pinned this issue Sep 26, 2020
@martint
Copy link
Member Author

martint commented Sep 28, 2020

## General
* Add {func}`murmur3` function. ({issue}`5054`)

#5054

@sopel39
Copy link
Member

sopel39 commented Sep 28, 2020

General
* Prevent potential query deadlock when query runs out of memory.  ({issue}`5289`)

#5289

@findepi
Copy link
Member

findepi commented Sep 28, 2020

General
* Fix failure due to rounding error when casting between two `timestamp` types with precision higher than 6. ({issue}`5310`)

#5310 #5311

@sopel39
Copy link
Member

sopel39 commented Sep 28, 2020

General
* Improve performance and latency of queries leveraging dynamic filters. ({issue}`5081`)

#5081

@dain
Copy link
Member

dain commented Sep 29, 2020

## Security Changes

* Add [file-based group provider](/security/group-file). ({issue}`5028`)

#5028

@ebyhr
Copy link
Member

ebyhr commented Sep 29, 2020

## PostgreSQL
* Add support for setting a column comment. ({issue}`5307`)

#5307

@sopel39
Copy link
Member

sopel39 commented Sep 29, 2020

Hive:
* Improve query concurrency by listing data files more efficiently. ({issue}`5260`)

#5260

@losipiuk
Copy link
Member

Kafka:
* Expose message timestamp via ``_timestamp`` internal column ({issue}`4805`)
* Add predicate pushdown for ``_timestamp``, ``_partition_offset`` and ``_partition_id`` columns ({issue}`4805`)

#4805

@sopel39
Copy link
Member

sopel39 commented Sep 30, 2020

General:
* Allow to configure (using ``dynamic-filtering.service-thread-count`` feature toggle) number of
  threads used for processing dynamic filters on coordinator. ({issue}`5341`)

#5341

@sopel39
Copy link
Member

sopel39 commented Sep 30, 2020

General:
* Improve query performance by propagating more detailed dynamic filters to coordinator. ({issue}`5340`)

#5340

@findepi
Copy link
Member

findepi commented Oct 1, 2020

Hive
* Fix Parquet encoding for timestamps before 1970-01-01. ({issue}`5364`)

#5364

@findepi
Copy link
Member

findepi commented Oct 1, 2020

General
* Fix failure due to rounding error when casting between two `timestamp with time zone` types with precision higher than 3. ({issue}`5371`)

#5371 #5342

PostgreSQL
* Add support for variable-precision `time` type. ({issue}`5432`)
* Allow `CREATE TABLE` and `CREATE TABLE AS` with `timestamp` and `timestamp with time zone` with precision higher than 6.
  The resulting column will be declared with precision of 6, maximal supported by PostgreSQL. ({issue}`5432`)

#5342

@findepi
Copy link
Member

findepi commented Oct 3, 2020

General
* Remove `fast-inequality-joins` configuration property. The fast inequality joins remain enabled. ({issue}`5375`)

#5375

@martint
Copy link
Member Author

martint commented Oct 4, 2020

# General
* Improve performance and accuracy of {func}`approx_percentile`. ({issue}`5158`)
* Add T-Digest type and functions. ({issue}`5158`)

@martint
Copy link
Member Author

martint commented Oct 6, 2020

* Add {func}`from_unixtime_nanos` function. ({issue}`5046`)

#5046

@kokosing
Copy link
Member

kokosing commented Oct 6, 2020

Hive
---
 - Add `hive.security=allow-all` which allows to skip all authorization checks. ({issue}`5416`)

#5416

@dain
Copy link
Member

dain commented Oct 7, 2020

## Security Changes

.. warning:: The file-based system and catalog access controls have changed in ways that reduce or increase permissions.  Please, read these release notes carefully.

* Change file-based catalog access control from deny to allow when table, schema, or session property rules are not defined. ({issue}`5039`)
* Add missing table rule checks for table and view DDL in file-based system access control. ({issue}`5039`)
* Add missing schema rule checks for create schema in file-based system access control. ({issue}`5039`)
* Add session property rules to file-based system access control. ({issue}`5039`)
* Add catalog regex to table and schema rules in file-based system access control. ({issue}`5039`)
* Change create, rename, alter, and drop table in file-based system controls to only check for table ownership.  ({issue}`5039`)
* Change file-based system access control to support to files without catalog rules defined.  In this case, all access to catalogs is allowed. ({issue}`5039`) 
* Change file-based system and catalog access controls to only show catalogs, schemas, and tables a user has permissions on. ({issue}`5039`)
* Change file-based catalog access control to deny all permissions inspection and manipulation checks. ({issue}`5039`)

#5039

@sopel39
Copy link
Member

sopel39 commented Oct 7, 2020

# General
* Report dynamic filters collection duration. ({issue}`5434`)

#5434

@ebyhr
Copy link
Member

ebyhr commented Oct 7, 2020

## Phoenix
* Fix query failure when a column name in CREATE TABLE requires quoting. ({issue}`3601`)

#3601

@losipiuk
Copy link
Member

losipiuk commented Oct 8, 2020

## SQL Server
* Improve performance of queries with aggregations and ``WHERE`` clause. ({issue}`5327`)

#5327

@findepi
Copy link
Member

findepi commented Oct 8, 2020

General
* Extend environment variables substitution (`${ENV:variable-name}`) to work also when the substituted text
  is part of the configuration value. ({issue}`4345`)

#4345
airlift/airlift#872
#5381

@Praveen2112
Copy link
Member

General
* Fix column pruning for `EXPLAIN ANALYZE` ({issue} `4760`)

#5173

@findepi
Copy link
Member

findepi commented Oct 9, 2020

Hive
* Support Kerberos authentication for Hudi tables. ({issue}`5472`)

however, i am not sure we should write this, as Hudi supported is not tested at all

#5472
#5478

@findepi
Copy link
Member

findepi commented Oct 9, 2020

Hive
* Hide Delta Lake tables from table listings like `SHOW TABLES` or `information_schema.tables`. The Delta
  Lake tables cannot be queries with Hive connector anyway. This can be enabled with `hive.hide-delta-lake-tables`
  catalog property. ({issue}`5430`)

#5430

@findepi
Copy link
Member

findepi commented Oct 9, 2020

General
* Fix incorrect timestamp values returned by `system.runtime.*` tables. 
  Previously all timestamp values returned where within 1970 year. ({issue}`5462`)
* Map point-in-time values in `system.runtime.*` tables a `timestamp(3) with time zone` type. 
  Previously they were mapped as `timestamp(3)` type which is not suitable for representing
  point-in-time values. ({issue}`5464`)

#5462
#5464
#5465

@martint martint unpinned this issue Oct 10, 2020
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.

8 participants