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-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org