GitHub user vataga opened a pull request: https://github.com/apache/drill/pull/355
Md 509 You can merge this pull request into a Git repository by running: $ git pull https://github.com/vataga/drill MD-509 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/355.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #355 ---- commit 1802a6bdb10a99ee23902298f8c31bda890815e6 Author: vataga <vitalii.dira...@mail.ru> Date: 2016-02-02T11:18:49Z MD-509: Fix NumberFormatException when casting empty string to int in hbase/maprdb New commit commit 950c92ca0e77b26260404fc6ba6bf0bb5f307401 Author: vataga <vitalii.dira...@mail.ru> Date: 2016-02-02T11:18:49Z DRILL-4346: Handle NumberFormatException when casting empty string to int in hbase/maprdb - Made replacing of functions casting for nullable input varbinary and var16char types are working (in CastFunctions.java setting 'drill.exec.functions.cast_empty_string_to_null = true' hadn't work); - Added new generated classes for casting varbinary and var16char to int (CastEmptyStringVarTypesToNullableNumeric template and Casts.tdd data); - Created a test (in TestHBaseQueries.java) for checking an empty string to integer casting in hbase table. commit f574db834e79bb7967e785f0f635dd6fc2007d52 Author: Vitalii Diravka <vitalii.dira...@gmail.com> Date: 2016-02-03T15:08:58Z Merge branch 'MD-509' of https://github.com/vataga/drill into DRILL-4346 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---