You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/09/04 03:42:39 UTC

[GitHub] [incubator-pinot] adriancole opened a new issue #5978: Defaults needed in order to install tables

adriancole opened a new issue #5978:
URL: https://github.com/apache/incubator-pinot/issues/5978


   I noticed that if you leave out the following, AddTable will fail. This seems accidental as one is default and the other is empty:
   
   ```
   {
   --snip--
     "segmentsConfig": {
       "replicasPerPartition":"1",
   --snip--
     "metadata": {
     }
   }
   ```


----------------------------------------------------------------
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org