Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The max/min aggregate function fupports supports DECIMAL, TINYINT, SMALLINT, INTEGER, BIGINT, FLOAT, DOUBLE, DATE, TIME, TIMESTAMP, TIMESTAMP_LTZ data types.

...

Aforementioned aggregate functions all support INSERT changes. In this FLIP, we plan to make partial aggregate functions support UPDATE and DELETE changes.

Aggregate functions supporting for UPDATE changes: sum.

Aggregate functions supporting for DELETE changes: sum.

It needs more design to make other aggregate functions support UPDATE/DELETE changes.

...