Version 2.3.3
Note
If you are upgrading a cluster, you must be running CrateDB Version 1.1.3 or higher before you upgrade to 2.3.3.
If you want to perform a , your current CrateDB version number must be at least Version 2.3.0. Any upgrade from a version prior to this will require a .
Warning
Before upgrading, you should back up your data.
Fixed an issue that could result in a error when querying
sys.checks
Fixed an Admin-UI issue that caused the translation strings to not be loaded correctly.
Fixed an issue that only occurred in Enterprise Edition, when privileges are enabled. This issue would result in an exception about missing privileges being thrown, rather than the expected Unsupported Feature exception, when attempting operations on closed tables/partitions as a user.
Fixed an issue that caused a
NullPointerException
ifREFRESH TABLE
was executed on a table with closed partitions.Fixed a regression which caused
IS NOT NULL
predicates on columns of typearray(object)
to not match correctly.Fixed an issue that caused the aggregation to fail if an array containing a single item was passed as
fractions
.Fixed an issue which resulted in an exception when a was compared against a subquery inside a
WHERE
clause.Fixed a performance regression resulting in a table scan instead of a NO-MATCH if a subquery used inside a
WHERE
clause returns no result ().