You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by GitBox <gi...@apache.org> on 2021/08/04 22:11:19 UTC

[GitHub] [incubator-sdap-nexusproto] wphyojpl commented on a change in pull request #8: wip: feat: add multi band data types

wphyojpl commented on a change in pull request #8:
URL: https://github.com/apache/incubator-sdap-nexusproto/pull/8#discussion_r682993517



##########
File path: src/main/proto/DataTile.proto
##########
@@ -102,7 +131,7 @@ message TileSummary{
     string dataset_name = 3;
     string granule = 4;
     string dataset_uuid = 5;
-    string data_var_name = 6;
+    repeated string data_var_name = 6;

Review comment:
       yup.. it doesn't. forgot about this one.. Let me see if I can work with single data_var_name instead of an array. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sdap.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org