shimamoto commented on issue #1627: DRILL-7014: Format plugin for LTSV files
URL: https://github.com/apache/drill/pull/1627#issuecomment-460559287
 
 
   > Also, IMHO, you should add the config to the default Drill config so that 
people can query `ltsv` files by default.
   
   Is it correct to add `bootstrap-storage-plugins.json` into 
format-ltsv/src/main/resources? I tried adding 
`bootstrap-storage-plugins.json`, but it didn't work.
   Like this.
   ```
   {
     "storage": {
       dfs: {
         type: "ltsv",
         connection: "file:///",
         formats: {
         "ltsv": {
           "type": "ltsv",
           "extensions": [ "ltsv" ]
         },
         enabled: true
       }
     }
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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