You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "eupraxis1981 (via GitHub)" <gi...@apache.org> on 2023/06/28 23:01:18 UTC

[GitHub] [pinot] eupraxis1981 commented on issue #10974: Clean up table management CLI commands

eupraxis1981 commented on issue #10974:
URL: https://github.com/apache/pinot/issues/10974#issuecomment-1612219817

   @Jackie-Jiang -- so if tableName is 1:1 with schemaName then I agree that schema shouldn't need to be defined in the table config. I assume that order-of-ops would then need to be: addSchema then addTable(s) but the only linkage between the two would be via their name.
   
   This also means that I can't use the same schema for different tables (e.g., OrdersTable, ShippingTable if both use same columns but in diff contexts). Not a big deal as most people are used to a table and its schema being "two sides of the same coin". 
   
   In that case, I'll leave the option -schemaFile in case user wants to upload the table and schema at same time. I'll remove the '-schemaName' option as it is unnecessary.
   
   Agree?


-- 
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: commits-unsubscribe@pinot.apache.org

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