## Description

Add an example using the fusion output of builtin_ordered_set_join as the input 
data for builtin_gbdt_train.

Fixes # (issue)

Fix bug in deserializing function parameters using Teaclave rust SDK

## Type of change (select or add applied and delete the others)

- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality 
to not work as expected)
- [ ] API change with a documentation update
- [x] Additional test coverage
- [ ] Code cleanup or just sync with upstream third-party crates

## How has this been tested?

## Checklist

- [x] Fork the repo and create your branch from `master`.
- [x] If you've added code that should be tested, add tests.
- [ ] If you've changed APIs, update the documentation.
- [x] Ensure the tests pass (see CI results).
- [x] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/701

-- Commit Summary --

  * Fix bug in deserializing function parameters using Teaclave rust SDK
  * Add function builtin-ordered-set-join
  * Add an example using two functions serially

-- File Changes --

    M .licenserc.yaml (1)
    M cmake/scripts/test.sh (3)
    M cmake/tomls/Cargo.sgx_trusted_lib.lock (60)
    M cmake/tomls/Cargo.sgx_trusted_lib.toml (1)
    M cmake/tomls/Cargo.sgx_untrusted_app.lock (22)
    A examples/rust/serial_task/Cargo.lock (1694)
    A examples/rust/serial_task/Cargo.toml (35)
    A examples/rust/serial_task/src/main.rs (380)
    M executor/Cargo.toml (2)
    M executor/src/builtin.rs (4)
    M executor/src/wamr.rs (4)
    M function/Cargo.toml (1)
    M function/src/lib.rs (3)
    A function/src/ordered_set_join.rs (182)
    M sdk/c/teaclave_client_sdk.h (52)
    M sdk/python/teaclave.py (50)
    M sdk/rust/src/bindings.rs (10)
    M sdk/rust/src/lib.rs (62)
    M services/management/enclave/src/lib.rs (1)
    M services/management/enclave/src/service.rs (38)
    A tests/fixtures/functions/ordered_set_join/join0.csv (120)
    A tests/fixtures/functions/ordered_set_join/join0.csv.enc (0)
    A tests/fixtures/functions/ordered_set_join/join1.csv (125)
    A tests/fixtures/functions/ordered_set_join/join1.csv.enc (0)
    M types/src/function.rs (3)
    M types/src/staged_function.rs (15)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/701.patch
https://github.com/apache/incubator-teaclave/pull/701.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/701
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/pull/7...@github.com>

Reply via email to