cgivre opened a new pull request #1858: DRILL-4303: ESRI Shapefile (shp) Format 
Plugin
URL: https://github.com/apache/drill/pull/1858
 
 
   # Format Plugin for ESRI Shape Files
   This format plugin allows Drill to read ESRI Shape files. You can read about 
the shapefile format here: https://en.wikipedia.org/wiki/Shapefile. 
   
   ## Configuration Options
   Other than the file extensions, there are no configuration options for this 
plugin. To use, simply add the following to your configuration:
   
   ```
       "shp": {
         "type": "shp",
         "extensions": [
           "shp"
         ]
       }
   ```
   
   ## Usage Notes:
   This plugin will return the following fields:
   
   * `gid`:  Integer
   * `srid`:  Integer
   * `shapeType`:  String
   * `name`:  Plain text 
   * `geom`:  A geometric point or path.  This field is returned as a 
`VARBINARY`.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to