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:09:50 UTC

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

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



##########
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:
       is changing from single value to repeated a backwards-compatible change?




-- 
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