Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/main/sphinx/language/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ IEEE Standard 754 for Binary Floating-Point Arithmetic.

Example literals: `DOUBLE '10.3'`, `DOUBLE '1.03e1'`, `10.3e0`, `1.03e1`

(number-data-type)=
### `NUMBER`

A floating point, decimal number of unspecified precision of at least 50 decimal digits.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/release/release-473.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ more than 33M unique groups can produce incorrect results. See: ({issue}`25381`)

## Kudu connector

* Remove the Kudu connector. ({issue}`24417`)
* {{breaking}} Remove the Kudu connector. ({issue}`24417`)

## Phoenix connector

* Remove the Phoenix connector. ({issue}`24135`)
* {{breaking}} Remove the Phoenix connector. ({issue}`24135`)

## SPI

Expand Down
5 changes: 2 additions & 3 deletions docs/src/main/sphinx/release/release-480.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## General

* Add `number` type. ({issue}`28319`)
* Add the [number](number-data-type) type. ({issue}`28319`)
Comment thread
mosabua marked this conversation as resolved.
* Add coordinator and worker counts to `/metrics` endpoint. ({issue}`27408`)
* Allow configuring the maximum amount of memory to use while writing tables
through the `task.scale-writers.max-writer-memory-percentage` configuration
Expand Down Expand Up @@ -218,8 +218,7 @@

## Vertica connector

* Fix failure when creating a table if a prior `CREATE TABLE ... AS SELECT`
operation for the same table failed. ({issue}`27702`)
* {{breaking}} Remove the Vertica connector. ({issue}`26904`)
Comment thread
mosabua marked this conversation as resolved.

## SPI

Expand Down
Loading