This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new f5da51c834 [MINOR] Add CountDistinctApprox to github actions tests
f5da51c834 is described below

commit f5da51c834430a07ee1f16bfe9bacce815c82dd8
Author: baunsgaard <[email protected]>
AuthorDate: Tue Nov 1 16:33:20 2022 +0100

    [MINOR] Add CountDistinctApprox to github actions tests
---
 .github/workflows/functionsTests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/functionsTests.yml 
b/.github/workflows/functionsTests.yml
index e76624e79a..ae1708b6b7 100644
--- a/.github/workflows/functionsTests.yml
+++ b/.github/workflows/functionsTests.yml
@@ -51,7 +51,7 @@ jobs:
         tests: [
           
"**.functions.a**.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",
           "**.functions.blocks.**,**.functions.data.rand.**,",
-          
"**.functions.countDistinct.**,**.functions.data.misc.**,**.functions.lineage.**",
+          
"**.functions.countDistinct.**,**.functions.countDistinctApprox.**,**.functions.data.misc.**,**.functions.lineage.**",
           
"**.functions.compress.**,,**.functions.data.tensor.**,**.functions.codegenalg.parttwo.**,**.functions.codegen.**,**.functions.caching.**",
           
"**.functions.binary.matrix_full_cellwise.**,**.functions.binary.matrix_full_other.**",
           
"**.functions.federated.algorithms.**,**.functions.federated.io.**,**.functions.federated.paramserv.**",

Reply via email to