You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/12/16 02:16:16 UTC

[GitHub] [iceberg] scanry opened a new issue #1938: Absolute address can be optimized to relative address in file(*.metadata.json.)?

scanry opened a new issue #1938:
URL: https://github.com/apache/iceberg/issues/1938


   for example:
   hdfs://127.0.0.1:8020/xxx1      ->   /xxx1
   hdfs://127.0.0.1:8020/xxx2      ->  /xxx2   
   {
     "format-version" : 1,
     "table-uuid" : "1e5ef490-ac9f-4339-9da5-b53b5c63c392",
     "location" : "hdfs://127.0.0.1:8020/xxx1",
     "last-updated-ms" : 1588297651079,
     "last-column-id" : 8,
     "schema" : {
     },
     "partition-spec" : [ ],
     "default-spec-id" : 0,
     "partition-specs" : [ {
       "spec-id" : 0,
       "fields" : [ ]
     } ],
     "properties" : { },
     "snapshots" : [ {
       "manifest-list" : "hdfs://127.0.0.1:8020/xxxx2"
     } ]
   }


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] zhangjun0x01 commented on issue #1938: Absolute address can be optimized to relative address in file(*.metadata.json.)?

Posted by GitBox <gi...@apache.org>.
zhangjun0x01 commented on issue #1938:
URL: https://github.com/apache/iceberg/issues/1938#issuecomment-747154770


   you can trace the pr https://github.com/apache/iceberg/issues/1617


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] scanry commented on issue #1938: Absolute address can be optimized to relative address in file(*.metadata.json.)?

Posted by GitBox <gi...@apache.org>.
scanry commented on issue #1938:
URL: https://github.com/apache/iceberg/issues/1938#issuecomment-747156117


   > you can trace the pr #1617
   
   thanks


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org