commit 4a08396c107a81b77c6c0241e4a120e59cb6f52c Author: Skye Wanderman-Milne Date: Mon Nov 24 12:17:40 2014 -0800 Fix HdfsLzoTextScanner::Close() The LZO scanner did not call HdfsTextScanner::Close(), instead replicating the logic in its own Close() method. This makes it harder to keep in sync with the text scanner, such as in this case, where it was not closing the new boundary_pool_. This patch has the LZO scanner call HdfsTextScanner::Close() instead of replicating it. Change-Id: I65c2117984922b4eb3ca25e44433dbfffbd2874c commit 4ab2eaafbf844425b307ca0c99cdee88da3eb776 Author: Skye Wanderman-Milne Date: Mon Nov 10 14:05:54 2014 -0800 Track unexpected remote reads Change-Id: I3216b3fa651c1ece410f35a2d7c20ff075571319 commit 1bde9a0953ebea2b36f6345abdf99487920947a8 Merge: 16e7ab1 ad77c28 Author: Nong Li Date: Mon Sep 15 18:15:04 2014 -0700 Merge "Fix boost include to pick up path from environment if set." commit ad77c28c8474a40dfdd365509a0ffe9d84e41d04 Author: Nong Li Date: Mon Sep 15 14:11:23 2014 -0700 Fix boost include to pick up path from environment if set. Change-Id: I6a7c1499d8e21aeeb3900a88e1467036f3a764ce commit 7a8b6dd85417c7e7cbdce3b12fbdec4d74c7a8a0 Author: Skye Wanderman-Milne Date: Sat Mar 8 14:51:22 2014 -0800 Expr refactoring Change-Id: I79c8573c93144f2532353a0a7c9555d7489489a5 commit 16e7ab1e21413b9ee62c8d9b9ceeb1ee2188748f Author: Skye Wanderman-Milne Date: Sat Mar 8 14:51:22 2014 -0800 Expr refactoring Change-Id: I79c8573c93144f2532353a0a7c9555d7489489a5 commit fa6683bd552e86fa3cb587ffec5bd2a10fb3f1ac Author: Ippokratis Pandis Date: Fri Aug 8 17:42:53 2014 -0700 Changes needed for IMP-1116. The IMP-1116 patch changes some of the codec interfaces to int64_t (from int). This change in Impala-lzo is needed for the code to compile. Change-Id: I44f3c1202a4f01541688a92b2c00533f68d5a9c8 (cherry picked from commit 10482edf268b9e57a420523c610a3ce22b48ddc2) commit 10482edf268b9e57a420523c610a3ce22b48ddc2 Author: Ippokratis Pandis Date: Fri Aug 8 17:42:53 2014 -0700 Changes needed for IMP-1116. The IMP-1116 patch changes some of the codec interfaces to int64_t (from int). This change in Impala-lzo is needed for the code to compile. Change-Id: I44f3c1202a4f01541688a92b2c00533f68d5a9c8 commit 0aeb589921e9a974bd997912c4585505abd92ce2 Author: Ippokratis Pandis Date: Sun Jul 20 23:45:02 2014 -0700 Changes in Impala-lzo for the compressed text reader The compressed text reader patch, changes a bit the variables of the HdfsScanner and HdfsTextScanner. Also, it removes the LZO_TEXT file format (it was not a file format, rather a convention to identify lzo-compressed text files), and moves the INDEX_SUFFIX to HdfsTextScanner. Finally, it changes the name of the IssueInitialRanges wrapper. These changes are needed for Impala-lzo to compile. Change-Id: Ibd6f5e0b16465806ef4be24e1451a2817f5f72d4 (cherry picked from commit 18f79623dd41ed36a8d7922431f3aba142e146ff) commit 789473b031356ef6bd1ea5e224c1d7af89558e81 Author: Henry Robinson Date: Mon Jul 28 15:23:01 2014 -0700 Add RapidJson headers Change-Id: I641eff73a6166d8422fda46d07c41edcd436a047 (cherry picked from commit 8283544ab73da5c5a66313a6c90b7cdbed12bc67) commit 18f79623dd41ed36a8d7922431f3aba142e146ff Author: Ippokratis Pandis Date: Sun Jul 20 23:45:02 2014 -0700 Changes in Impala-lzo for the compressed text reader The compressed text reader patch, changes a bit the variables of the HdfsScanner and HdfsTextScanner. Also, it removes the LZO_TEXT file format (it was not a file format, rather a convention to identify lzo-compressed text files), and moves the INDEX_SUFFIX to HdfsTextScanner. Finally, it changes the name of the IssueInitialRanges wrapper. These changes are needed for Impala-lzo to compile. Change-Id: Ibd6f5e0b16465806ef4be24e1451a2817f5f72d4 commit 8283544ab73da5c5a66313a6c90b7cdbed12bc67 Author: Henry Robinson Date: Mon Jul 28 15:23:01 2014 -0700 Add RapidJson headers Change-Id: I641eff73a6166d8422fda46d07c41edcd436a047 commit c99991f207728dbd3f07724602eed2d935101aea Author: Skye Wanderman-Milne Date: Wed Apr 30 10:49:30 2014 -0700 Codegen improvements Change-Id: I3d2d2e7e9f970dda8ccb4e729fdbfbdeb1dd9a06