You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/03/11 21:42:37 UTC

[GitHub] [drill] cgivre opened a new pull request #2492: DRILL-8166: Add List of Supported File Format Extensions

cgivre opened a new pull request #2492:
URL: https://github.com/apache/drill/pull/2492


   # [DRILL-8166](https://issues.apache.org/jira/browse/DRILL-8166): Add List of Supported File Format Extensions
   
   ## Description
   
   ## Documentation
   This PR adds two REST endpoints which allow a user to retrieve a list of supported file extensions.  You can either do this for an individual storage plugin or all.  Once merged, I will update the Drill public facing docs.
   
   ## Testing
   Added unit tests


-- 
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: dev-unsubscribe@drill.apache.org

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



[GitHub] [drill] vvysotskyi commented on pull request #2492: DRILL-8166: Add List of Supported File Format Extensions

Posted by GitBox <gi...@apache.org>.
vvysotskyi commented on pull request #2492:
URL: https://github.com/apache/drill/pull/2492#issuecomment-1066118057


   I'm not sure how this information could be useful for target users. They can obtain this and more info from the format plugin config. Ideally, at some point in time, the file system plugin could be moved out from the exec module, so adding endpoints for specific plugin could make this process more complex and grow up the REST API significantly.
   Also, please note that we have a notion of default format that is applied to the files without the extension.


-- 
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: dev-unsubscribe@drill.apache.org

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



[GitHub] [drill] cgivre closed pull request #2492: DRILL-8166: Add List of Supported File Format Extensions

Posted by GitBox <gi...@apache.org>.
cgivre closed pull request #2492:
URL: https://github.com/apache/drill/pull/2492


   


-- 
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: dev-unsubscribe@drill.apache.org

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