cube icon indicating copy to clipboard operation
cube copied to clipboard

Cube Store: AVG does not support IntDecimal(5)

Open ilya-biryukov opened this issue 4 years ago • 1 comments

Steps to reproduce:

SELECT AVG(x) FROM s.Data

where x is of decimal type.

Expected: the query runs fine. Actual: error from the issue title.

ilya-biryukov avatar Jul 13 '21 13:07 ilya-biryukov

I was able to reproduce this on Cube v0.36.7. However, I wonder if this is something that affects any users...

Screenshot 2024-10-09 at 13 14 43 Screenshot 2024-10-09 at 13 14 48 Screenshot 2024-10-09 at 13 14 51

igorlukanin avatar Oct 09 '24 11:10 igorlukanin