rdblue edited a comment on issue #3: Store multiple partition specs in table 
metadata.
URL: https://github.com/apache/incubator-iceberg/pull/3#issuecomment-441478977
 
 
   Here is the result of this change in table metadata:
   ```
   {
     "partition-spec" : [ ... ],
     "default-spec-id" : 5,
     "partition-specs" : [ {
       "spec-id" : 5,
       "partition-spec" : [ ... ]
     } ],
     ...
   }
   ```

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


With regards,
Apache Git Services

Reply via email to