----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22172/ -----------------------------------------------------------
(Updated June 3, 2014, 6:24 p.m.) Review request for drill. Changes ------- remove unrelated code. Repository: drill-git Description ------- We choose a third-party MIT-licensed library written with ANSI C (https://github.com/schwern/y2038) to handle Y2038 problem due to the limitation of the alternatives (standard library function gmtime and boost date time library). Diffs (updated) ----- contrib/native/client/src/clientlib/recordBatch.cpp 066b898 contrib/native/client/src/include/drill/drillc.hpp e5a0d33 contrib/native/client/src/include/drill/recordBatch.hpp c40327b Diff: https://reviews.apache.org/r/22172/diff/ Testing ------- Test Query ./querySubmitter api=async type=sql connectStr=jdbc:drill:local=localhost:31010 query="select cast('-123456-7-8' as date) as negative_date, cast('876543-2-1' as date) as positive_date, timestamptztype(-2038,1,2,3,4,5,6,'UTC') as tz from INFORMATION_SCHEMA.SCHEMATA" Thanks, Xiao Meng
