Skip to content

[Bug]: Incorrect result in calculating standard deviation. #14475

@Ariznawlll

Description

@Ariznawlll

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

5078085

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

job url:
https://github.com/matrixorigin/mo-nightly-regression/actions/runs/7709943518/job/21012208316

image

Expected Behavior

image

Steps to Reproduce

table schema:

CREATE TABLE `table_basic_for_load_100M` (
  `col1` tinyint(4) NULL,
  `col2` smallint(6) NULL,
  `col3` int(11) NULL,
  `col4` bigint(20) NULL,
  `col5` smallint(6) NULL,
  `col6` int(11) NULL,
  `col7` bigint(20) NULL,
  `col8` largeint(40) NULL,
  `col9` float NULL,
  `col10` double NULL,
  `col11` varchar(255) NULL,
  `col12` date NULL,
  `col13` datetime NULL,
  `col14` datetime NULL,
  `col15` boolean NULL,
  `col16` DECIMAL(16, 6) NULL,
  `col17` text NULL,
  `col18` json NULL,
  `col19` text NULL,
  `col20` text NULL,
  `col21` text NULL,
  `col22` text NULL,
  `col23` text NULL,
  `col24` text NULL,
  `col25` text NULL
);

Additional information

No response

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't workingphase/testingseverity/s1High impact: Logical errors or data errors that must occur

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions