[
https://issues.apache.org/jira/browse/SDAP-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395630#comment-16395630
]
ASF GitHub Bot commented on SDAP-31:
------------------------------------
fgreg closed pull request #3: SDAP-31 TimeSeriesTile to accept ShapedArray for
time
URL: https://github.com/apache/incubator-sdap-nexusproto/pull/3
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
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;
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> nexusproto TimeSeriesTile needs to accept ShapedArray for time
> --------------------------------------------------------------
>
> Key: SDAP-31
> URL: https://issues.apache.org/jira/browse/SDAP-31
> Project: Apache Science Data Analytics Platform
> Issue Type: Sub-task
> Components: nexus
> Reporter: Frank Greguska
> Assignee: Frank Greguska
> Priority: Major
>
> Currently the TimeSeriesTile in nexusproto only accepts an int64 as the time
> for the tile. It needs to be able to store an array.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)