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

dimuthuupe pushed a commit to branch jupyter-integration
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit b9c208cfa9f3a3e154468a73be249b827f20c589
Author: dimuthu <[email protected]>
AuthorDate: Fri Aug 31 05:47:32 2018 -0400

    Optimizing FileStructure thrift model
---
 .../data-models/resource-catalog-models/data_storage_model.thrift        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/thrift-interface-descriptions/data-models/resource-catalog-models/data_storage_model.thrift
 
b/thrift-interface-descriptions/data-models/resource-catalog-models/data_storage_model.thrift
index b7960a0..e075e6e 100644
--- 
a/thrift-interface-descriptions/data-models/resource-catalog-models/data_storage_model.thrift
+++ 
b/thrift-interface-descriptions/data-models/resource-catalog-models/data_storage_model.thrift
@@ -31,4 +31,5 @@ struct FileStructure {
     5: required i64 modifiedDate;
     6: optional binary content;
     7: required i64 size;
+    8: required bool isExist
 }

Reply via email to