1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00
Files
mariadb-columnstore-engine/utils/windowfunction
Gagan Goel c5d4a918ee MCOL-4188 Regression fixes for MCOL-641.
1. In TupleAggregateStep::configDeliveredRowGroup(), use
jobInfo.projectionCols instead of jobInfo.nonConstCols
for setting scale and precision if the source column is
wide decimal.

2. Tighten rules for wide decimal processing. Specifically:
  a. Replace (precision > INT64MAXPRECISION) checks with
     (precision > INT64MAXPRECISION && precision <= INT128MAXPRECISION)
  b. At places where (colWidth == MAXDECIMALWIDTH) is not enough to
     determine if a column is wide decimal or not, also add a check on
     type being DECIMAL/UDECIMAL.
2020-11-24 20:15:33 -05:00
..
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:20 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00
2020-11-18 13:52:19 +00:00