Version 4.1.7¶
Released on 2020-06-24.
Note
If you are upgrading a cluster, you must be running CrateDB 4.0.2 or higher before you upgrade to 4.1.7.
We recommend that you upgrade to the latest 4.0 release before moving to 4.1.7.
A rolling upgrade to 4.1.7 from 4.0.2+ is supported.
Before upgrading, you should back up your data.
Table of Contents
See the Version 4.1.0 release notes for a full list of changes in the 4.1 series.
Fixes¶
Fixed an issue that caused
ORDER BYexpressions referencing table functions used in theSELECTlist to fail.Fixed an issue that prevented an optimization for
SELECT DISTINCT <single_text_column> FROM <table>from working if used within aINSERT INTOstatement.Re-enabled the IAM role authentication for s3 repositories
Changed the required privileges to execute
RESETstatements to include theALprivilege. Users withALcould change settings usingSET GLOBALalready.Fixed an issue that caused a
NullPointerExceptionif the ANALYZE statement was executed on tables with primitive array type columns that containNULLvalues.Fixed an issue that caused the
OFFSETclause to be ignored inSELECT DISTINCTqueries.