You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/02/18 14:39:11 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4119][FOLLOWUP] Add app start time for batch api docs

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

chengpan pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 35824f5f2 [KYUUBI #4119][FOLLOWUP] Add app start time for batch api docs
35824f5f2 is described below

commit 35824f5f2c0f617c51cc9ebfa60799fefffee237
Author: fwang12 <fw...@ebay.com>
AuthorDate: Sat Feb 18 22:38:33 2023 +0800

    [KYUUBI #4119][FOLLOWUP] Add app start time for batch api docs
    
    ### _Why are the changes needed?_
    
    #4119 follow up
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4365 from turboFei/app_start.
    
    Closes #4119
    
    3cf7e7a7 [fwang12] add app start time
    
    Authored-by: fwang12 <fw...@ebay.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit e647cc910ceb612d1097ec9734dcc49f7a4ac8ec)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/client/rest/rest_api.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md
index f863404a6..02a914277 100644
--- a/docs/client/rest/rest_api.md
+++ b/docs/client/rest/rest_api.md
@@ -493,6 +493,7 @@ The [Engine](#engine) List.
 | user           | The user created the batch                                        | String |
 | batchType      | The batch type                                                    | String |
 | name           | The batch name                                                    | String |
+| appStartTime   | The batch application start time                                  | Long   |
 | appId          | The batch application Id                                          | String |
 | appUrl         | The batch application tracking url                                | String |
 | appState       | The batch application state                                       | String |