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 2021/07/08 22:18:36 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on pull request #7142: Added a query param to /tables for getting sorted table names based on time metadata

Jackie-Jiang commented on pull request #7142:
URL: https://github.com/apache/incubator-pinot/pull/7142#issuecomment-876781392


   > I have a java specific question 😅
   > 
   > * I am trying to import `import org.apache.pinot.common.utils.config.TableConfigUtils;`, and this package with the same name - `import org.apache.pinot.segment.local.utils.TableConfigUtils;`.
   > 
   > * My import contains this function - `toZNRecord(...)` - but the older import does not contain this function. Now since Java doesn't provide imports with same name, any ideas how should I move ahead?
   
   You can only import one of them, and use the full class path for the other one when accessing it


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