This is an automated email from the ASF dual-hosted git repository. fgreg pushed a commit to branch SDAP-48 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexusproto.git
commit 490c65bb5d26bee0a9174cbc3bc7a3e67bd0c139 Author: Frank Greguska <[email protected]> AuthorDate: Mon Mar 5 17:48:16 2018 -0800 make TimeSeriesTile accept an array of times --- src/main/proto/DataTile.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/proto/DataTile.proto b/src/main/proto/DataTile.proto index b3ff403..6d56b99 100644 --- a/src/main/proto/DataTile.proto +++ b/src/main/proto/DataTile.proto @@ -50,7 +50,7 @@ message TimeSeriesTile{ ShapedArray latitude = 1; ShapedArray longitude = 2; - int64 time = 3; + ShapedArray time = 3; ShapedArray variable_data = 4;
