commit 06c6d790916df078049197838ce7b5df9eee3309 Author: Nong Li Date: Thu Apr 25 16:37:14 2013 -0700 Update for codegen. commit 81963cbb3c032f619a0278619cb89f88970ab7e6 Author: Skye Wanderman-Milne Date: Tue Apr 16 13:09:55 2013 -0700 IMPALA-262: Querying text/lzo table that is not indexed causes an impalad segfault commit d8efdf0f48636baf0de4a9fcb6104380f03a1ac3 Author: Skye Wanderman-Milne Date: Wed Apr 17 18:56:24 2013 -0700 IMPALA-234: Add some library version validation logic to impalad when loading impala-lzo shared library commit 04d1491d57bbf8e3ec9d46f93712dbc23ad70d00 Author: Skye Wanderman-Milne Date: Mon Apr 1 17:47:00 2013 -0700 Rename MAX_BLOCK_SIZE to avoid collision with Codec::MAX_BLOCK_SIZE commit 028e603bb5c55b692143c6af84c3c648b199863f Author: Skye Wanderman-Milne Date: Mon Apr 1 17:45:03 2013 -0700 SerDeUtils has been merged into ReadWriteUtil. commit 89dc7a0c61d9dc0d99d5107669461a46d5006ffd Author: Nong Li Date: Wed Mar 27 14:11:48 2013 -0700 Fix scan range metadata. commit 09535aca075c4b651a8bed61fd91c8103e78dfa6 Author: Nong Li Date: Fri Feb 22 14:07:26 2013 -0800 Update for scanner context changes. commit cdbc9013370baa4d743f3fb47f847156fbe7e5af Author: Nong Li Date: Mon Mar 11 21:45:11 2013 -0700 Update lzo timer to use new clock. commit f983dfa0cb5a4024356877abba50bd38b4e3daec Author: Henry Robinson Date: Wed Mar 6 22:02:11 2013 -0800 Add necessary definitions to allow Thrift 0.9 includes commit 3d4e84942931094654d4bdbde3459ebf04a6674b Author: Nong Li Date: Mon Mar 4 21:55:07 2013 -0800 Lzo cleanup. commit ea892ff7aa1a816b298c70eb52db9ec97535738d Author: Elliott Clark Date: Thu Feb 21 14:16:16 2013 -0800 Add IMPALA_HOME to search dirs for thrift After moving thrift to the third party directory of Impala. Installing thrift into the system dirs is not needed any more. So have cmake look into the impala thrid party dirs as well. commit 6efc939f884086bcf1b3672a250bf7ded37c4f21 Author: Henry Robinson Date: Mon Nov 26 17:52:39 2012 -0800 Upgrade FindThrift