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 2019/05/27 06:40:21 UTC

[GitHub] [drill] paul-rogers opened a new pull request #1798: DRILL-7279: Enable provided schema for text files without headers

paul-rogers opened a new pull request #1798: DRILL-7279: Enable provided schema for text files without headers
URL: https://github.com/apache/drill/pull/1798
 
 
   Drill 1.16 allowed a "provided schema" for text files with headers. This PR extends the feature to text files without headers. Also adds support to use provided-schema table properties to override plugin config properties.
   
   * Allows a provided schema for text files without headers. The provided schema columns replace the `columns` column that is normally used.
   * Allows customizing four of the most commonly used text format properties using table properties. The table properties "override" properties set in the plugin config.
   * Added unit tests for the newly supported use cases.
   
   See DRILL-7279 for additional details.

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


With regards,
Apache Git Services