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/01/27 19:35:33 UTC

[GitHub] paul-rogers opened a new pull request #1623: DRILL-7006: Add type conversion to row writers

paul-rogers opened a new pull request #1623: DRILL-7006: Add type conversion to row writers
URL: https://github.com/apache/drill/pull/1623
 
 
   Modifies the column metadata and writer abstractions to allow a type conversion "shim" to be specified as part of the schema, then inserted as part of the row set writer. Allows, say, setting an Int or Date from a string, parsing the string to obtain the proper data type to store in the vector.
   
   Type conversion not yet supported in the result set loader: some additional complexity needs to be resolved.
   
   Adds unit tests for this functionality. Refactors some existing tests to remove rough edges.

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


With regards,
Apache Git Services