This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 812d11ae47 IGNITE-21984 Sql. Extend test coverage for SQL
T621(Enhanced numeric functions) (#3774)
812d11ae47 is described below
commit 812d11ae478ec1801bd91d6e84977bd4bcb754e7
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Tue May 21 09:28:52 2024 +0300
IGNITE-21984 Sql. Extend test coverage for SQL T621(Enhanced numeric
functions) (#3774)
---
.../src/integrationTest/sql/aggregate/aggregates/test_covar.test_ignore | 1 +
.../integrationTest/sql/aggregate/aggregates/test_regression.test_ignore | 1 +
.../src/integrationTest/sql/aggregate/aggregates/test_stddev.test_ignore | 1 +
.../src/integrationTest/sql/function/numeric/test_pg_math.test | 1 +
4 files changed, 4 insertions(+)
diff --git
a/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_covar.test_ignore
b/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_covar.test_ignore
index 60fdab3166..13323c3cea 100644
---
a/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_covar.test_ignore
+++
b/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_covar.test_ignore
@@ -1,6 +1,7 @@
# name: test/sql/aggregate/aggregates/test_covar.test
# description: Test COVAR operators
# group: [aggregates]
+# feature: SQL T621(Enhanced numeric functions)
# Ignored: https://issues.apache.org/jira/browse/IGNITE-14641
diff --git
a/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_regression.test_ignore
b/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_regression.test_ignore
index c891c56c3f..6488171a4c 100644
---
a/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_regression.test_ignore
+++
b/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_regression.test_ignore
@@ -1,6 +1,7 @@
# name: test/sql/aggregate/aggregates/test_regression.test
# description: Test Regression Functions
# group: [aggregates]
+# feature: SQL T621(Enhanced numeric functions)
# Ignored: https://issues.apache.org/jira/browse/IGNITE-14643
#Corner cases
diff --git
a/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_stddev.test_ignore
b/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_stddev.test_ignore
index ae4cccb470..6ef137162e 100644
---
a/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_stddev.test_ignore
+++
b/modules/sql-engine/src/integrationTest/sql/aggregate/aggregates/test_stddev.test_ignore
@@ -1,6 +1,7 @@
# name: test/sql/aggregate/aggregates/test_stddev.test
# description: STDDEV aggregations
# group: [aggregates]
+# feature: SQL T621(Enhanced numeric functions)
# Ignored: https://issues.apache.org/jira/browse/IGNITE-14642
statement ok
diff --git
a/modules/sql-engine/src/integrationTest/sql/function/numeric/test_pg_math.test
b/modules/sql-engine/src/integrationTest/sql/function/numeric/test_pg_math.test
index 4b23ed6d04..27da185902 100644
---
a/modules/sql-engine/src/integrationTest/sql/function/numeric/test_pg_math.test
+++
b/modules/sql-engine/src/integrationTest/sql/function/numeric/test_pg_math.test
@@ -1,6 +1,7 @@
# name: test/sql/function/numeric/test_pg_math.test
# description: Function test cases from PG docs
# group: [numeric]
+# feature: SQL T621(Enhanced numeric functions)
# see https://www.postgresql.org/docs/10/functions-math.html