From 72dbbe30ddc7f7f82f6051ac6e3bec6769814ab9 Mon Sep 17 00:00:00 2001 From: Chathura Widanage Date: Fri, 17 Jul 2020 13:21:22 -0400 Subject: [PATCH] changes to release note --- docs/docs/release/twister2_release_0_7_0.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docs/release/twister2_release_0_7_0.md b/docs/docs/release/twister2_release_0_7_0.md index 6a54cc5afa..7eb71fcbb8 100644 --- a/docs/docs/release/twister2_release_0_7_0.md +++ b/docs/docs/release/twister2_release_0_7_0.md @@ -11,11 +11,9 @@ You can download source code from [Github](https://github.com/DSC-SPIDAL/twister ## Features of this release -1. Support for UCX -2. Performance improvements of shuffle operations -3. Hash Join implementation -4. Windowing support for TSet API -5. CSV data readers +1. Fault Tolerence enhancements; Automated fault detection and recovery +2. Table API(experimental) +3. TSet API improvements; Pipe capability and TSetEnvironement ## Minor features @@ -23,8 +21,10 @@ Apart from these, we have done many code improvements and bug fixes. ## Next Release -In the next release we are working to improve the Fault tolerance, fix issues and integrate with AI -systems. +In the next release we are working to, + +* Improve and release Table API +* TSQL; Adding SQL support ## Components in Twister2