You are viewing a plain text version of this content. The canonical link for it is here.
- [Impala-ASF-CR](asf-site) Add instructions for subscribing to the two main mailing lists. - posted by "Jim Apple (Code Review)" <ge...@cloudera.org> on 2018/01/02 16:35:22 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6190/6246: Add instances tab and event sequence - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/02 16:43:41 UTC, 20 replies.
- [Impala-ASF-CR](asf-site) Add instructions for subscribing to the mailing lists. - posted by "Jim Apple (Code Review)" <ge...@cloudera.org> on 2018/01/02 16:52:57 UTC, 5 replies.
- [Impala-ASF-CR] Update copyright date to 2018. - posted by "Jim Apple (Code Review)" <ge...@cloudera.org> on 2018/01/02 16:58:30 UTC, 9 replies.
- [Impala-ASF-CR] IMPALA-2248: Make idle session timeout a query option - posted by "Zoltan Borok-Nagy (Code Review)" <ge...@cloudera.org> on 2018/01/02 17:25:22 UTC, 16 replies.
- [Impala-ASF-CR](asf-site) Update download and signature links for 2.11.0 release. - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/02 18:40:28 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-5557: Disable rpc default keepalive time ms - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2018/01/02 18:47:12 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-5528: Add a flag to tune TCMalloc total thread caches size - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/02 19:40:19 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-4978 / IMPALA-5631: [DOCS] Add FQDN known issue - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2018/01/02 19:49:11 UTC, 3 replies.
- [Impala-ASF-CR] In order to fix IMPALA-6296, have added a condition check to ensure 'emit perf map ' evaluates to true before the dependent object(perf map lock ) is asserted using DCHECK. - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/02 19:53:25 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-4168: Adds Oracle-style hint placement for INSERT/UPSERT - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/02 20:15:25 UTC, 12 replies.
- [Impala-ASF-CR] IMPALA-5929: Remove redundant explicit casts to string - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/02 21:29:41 UTC, 3 replies.
- [Impala-ASF-CR] KUDU-2228: Make Messenger options configurable - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:10:55 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-5654: Disallow setting Kudu table name in CREATE TABLE - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/02 22:30:06 UTC, 33 replies.
- [Impala-ASF-CR] IMPALA-5931: Generates scan ranges in planner for s3/adls - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/03 00:17:59 UTC, 17 replies.
- [Impala-ASF-CR] IMPALA-3526: update FE tests to pass on S3 - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/03 00:49:40 UTC, 12 replies.
- [Impala-ASF-CR] Added the "SET ROW FORMAT" option to the "ALTER TABLE" command. - posted by "Adam Holley (Code Review)" <ge...@cloudera.org> on 2018/01/03 03:58:54 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6296: Avoid crash caused by DCHECK in Codegen in debug mode - posted by "Manaswini Maharana (Code Review)" <ge...@cloudera.org> on 2018/01/03 15:32:58 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6318: Adjustment for hanging query cancellation test - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 16:52:59 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-3651: Adds murmur hash() built-in function - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 16:58:50 UTC, 17 replies.
- [Impala-ASF-CR] IMPALA-6128: Add support for AES-CTR encryption when spilling to disk CFB mode is a stream cipher and is secure when used with a different nonce/IV for every message. However it can be a performance bottleneck. CTR mode is also stream cipher and is secure - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 17:07:28 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-6295: Fix mix/max handling of 'nan' and 'inf' - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 17:21:21 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-5054: [SECURITY] Enable KRPC w/ TLS in Impala - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/03 18:33:14 UTC, 26 replies.
- [Impala-ASF-CR] IMPALA-5052: Read and write signed integer logical types in Parquet - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 19:15:39 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-6355: fix overflow DCHECK in decimal mod - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 19:16:24 UTC, 7 replies.
- [Impala-ASF-CR] IMPALA-6307: CTAS statement fails with duplicate column exception. - posted by "Zoram Thanga (Code Review)" <ge...@cloudera.org> on 2018/01/03 19:17:29 UTC, 13 replies.
- [Impala-ASF-CR] IMPALA-4835: Part 1: simplify I/O mgr mem mgmt and cancellation - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 20:03:01 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-4323: "SET ROW FORMAT" option added to "ALTER TABLE" command - posted by "Adam Holley (Code Review)" <ge...@cloudera.org> on 2018/01/03 20:22:04 UTC, 29 replies.
- [native-toolchain-CR] Bump LLVM to 5.0.0 - posted by "Bikramjeet Vig (Code Review)" <ge...@cloudera.org> on 2018/01/03 22:03:42 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6362: avoid Reservation/MemTracker deadlock - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/03 23:54:08 UTC, 18 replies.
- [Impala-ASF-CR] IMPALA-6348: Redact only sensitive fields in runtime profiles - posted by "Bharath Vissapragada (Code Review)" <ge...@cloudera.org> on 2018/01/04 00:43:20 UTC, 9 replies.
- [Impala-ASF-CR] IMPALA-3282: Adds regexp escape built-in function - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/04 00:55:38 UTC, 17 replies.
- [Impala-ASF-CR] IMPALA-3833: Fix invalid data handling in Sequence and RCFile scanners - posted by "Pranay Singh (Code Review)" <ge...@cloudera.org> on 2018/01/04 01:37:48 UTC, 13 replies.
- [Impala-ASF-CR] IMPALA-6193: Track memory of incoming data streams - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/04 17:24:05 UTC, 49 replies.
- [Impala-ASF-CR] IMPALA-1767: [DOCS] Document new Boolean operators - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/04 19:36:57 UTC, 18 replies.
- [Impala-ASF-CR] IMPALA-5058: Improve the concurrency of DDL/DML operations - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/04 19:55:04 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-4835: Part 2: Allocate scan range buffers upfront - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/04 22:24:42 UTC, 20 replies.
- [Impala-ASF-CR](asf-site) Fixed broken link to sha for 2.10 on downloads page. - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/04 22:37:45 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-6364: Bypass file handle cache for ineligible files - posted by "Joe McDonnell (Code Review)" <ge...@cloudera.org> on 2018/01/04 23:45:19 UTC, 11 replies.
- [Impala-ASF-CR] IMPALA-5341: [draft] introduce row-size match - posted by "Kim Jin Chul (Code Review)" <ge...@cloudera.org> on 2018/01/05 01:03:05 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-3060: draft: Supports IS [NOT] NULL feature for complex type - posted by "Kim Jin Chul (Code Review)" <ge...@cloudera.org> on 2018/01/05 01:03:22 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6370: fix partitioned parquet tables with nested types - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/05 01:12:14 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-6075: Add Impala daemon metric for catalog version. - posted by "Pranay Singh (Code Review)" <ge...@cloudera.org> on 2018/01/05 17:56:39 UTC, 19 replies.
- [Impala-ASF-CR] IMPALA-6346: Potential deadlock in KrpcDataStreamMgr - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2018/01/05 18:51:37 UTC, 34 replies.
- [Impala-ASF-CR] IMPALA-5237: Support a quoted string in date/time format - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/05 21:38:36 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-3942: Fix wronly escaped string literal in front-end - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/05 21:50:06 UTC, 12 replies.
- [Impala-ASF-CR] IMPALA-5522:Use tracked memory for DictDecoder and DictEncoder - posted by "Impala Public Jenkins (Code Review)" <ge...@cloudera.org> on 2018/01/05 21:52:30 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-3193: Show table's comment on show tables - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/05 22:44:24 UTC, 26 replies.
- [Impala-ASF-CR] Draft: Add JSON output to MemTracker::LogUsage() - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/05 23:13:26 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-5152: Introduce metadata loading phase - posted by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2018/01/06 01:20:03 UTC, 5 replies.
- [Impala-ASF-CR] PREVIEW: IMPALA-6372: Go parallel for Hive dataload - posted by "Joe McDonnell (Code Review)" <ge...@cloudera.org> on 2018/01/06 01:55:21 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6231: Implement decimal v2 fuzz test - posted by "Taras Bobrovytsky (Code Review)" <ge...@cloudera.org> on 2018/01/06 02:14:28 UTC, 9 replies.
- [Impala-ASF-CR] IMPALA-6371: Additional check for delimiters - posted by "Adam Holley (Code Review)" <ge...@cloudera.org> on 2018/01/08 01:20:50 UTC, 12 replies.
- [Impala-ASF-CR] IMPALA-4167: Support insert plan hints for CREATE TABLE AS SELECT - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/08 14:04:10 UTC, 12 replies.
- [Impala-ASF-CR] IMPALA-5993: Fix the file offset in value parsing error - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/08 15:49:36 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-5191: Standardize column alias behavior - posted by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2018/01/08 20:38:54 UTC, 23 replies.
- [Impala-ASF-CR] IMPALA-3887: Wait for HDFS replication in data loading - posted by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2018/01/08 21:32:37 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6059: Enhance ltrim()/rtrim() functions to trim any set of characters. - posted by "Zoram Thanga (Code Review)" <ge...@cloudera.org> on 2018/01/08 22:06:12 UTC, 22 replies.
- [Impala-ASF-CR] IMPALA-5014: Part 2: Round when casting decimal to timestamp - posted by "Taras Bobrovytsky (Code Review)" <ge...@cloudera.org> on 2018/01/08 23:52:53 UTC, 9 replies.
- [Impala-ASF-CR] IMPALA-6318: Revert test query cancellation during fetch - posted by "Gabor Kaszab (Code Review)" <ge...@cloudera.org> on 2018/01/09 08:23:33 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-4993: extend dictionary filtering to collections - posted by "Vuk Ercegovac (Code Review)" <ge...@cloudera.org> on 2018/01/09 17:58:23 UTC, 56 replies.
- [Impala-ASF-CR] [DOCS] Recommend using Kudu Java API for rapid DMLs - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/09 19:57:15 UTC, 7 replies.
- [Impala-ASF-CR] IMPALA-6353: Fix crash in snappy decompressor - posted by "Tianyi Wang (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:02:27 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-5317: [DOCS] Doc for DATE TRUNC() function - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:04:13 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-6290: limit ScannerContext to 1 buffer at a time - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:30:51 UTC, 27 replies.
- [Impala-ASF-CR] IMPALA-5478: Run TPCDS queries with decimal v2 enabled - posted by "Taras Bobrovytsky (Code Review)" <ge...@cloudera.org> on 2018/01/09 20:57:29 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-4252: [DOCS] Document min/max filters for Kudu tables - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/09 21:52:32 UTC, 11 replies.
- [Impala-ASF-CR] IMPALA-6330, IMPALA-5702: Avoid boost's trim() to workaround crash after dynamic linking. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/09 23:52:35 UTC, 13 replies.
- [Impala-ASF-CR] IMPALA-6128: Add support for AES-CTR encryption when spilling to disk - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/10 01:56:17 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-5528: Tune TCMalloc for KRPC - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/10 03:35:36 UTC, 0 replies.
- [Impala-ASF-CR] [DOCS] Include the current Impala version number on PDF title page - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/10 04:14:08 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-6278: [DOCS] Add release note subtopics - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/10 04:37:32 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-5736: [DOCS] Document --query option for impala-shell - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/10 05:14:14 UTC, 15 replies.
- [Impala-ASF-CR] IMPALA-5990: End-to-end compression of metadata - posted by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2018/01/10 05:33:25 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-2181: [DOCS] Document changes to SET output - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/10 05:48:20 UTC, 11 replies.
- [Impala-ASF-CR] IMPALA-5528: Upgrade GPerfTools to 2.6.3 and tune TCMalloc for KRPC - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/10 06:41:27 UTC, 16 replies.
- [Impala-ASF-CR] IMPALA-6381: increase test exchange delays timeout for isilon - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/10 19:40:21 UTC, 4 replies.
- [Impala-ASF-CR] [DOCS] Add phony doc build targets 'html' and 'pdf' - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/10 20:34:40 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-6338: Fix flaky test profile fragment instances - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/10 21:52:16 UTC, 7 replies.
- [Impala-ASF-CR] IMPALA-6384: RequestPoolService should honor custom group mapping config - posted by "Bharath Vissapragada (Code Review)" <ge...@cloudera.org> on 2018/01/10 22:56:29 UTC, 10 replies.
- [Impala-ASF-CR] Increment version to 2.12.0-SNAPSHOT - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/11 00:23:55 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-6383: free memory after skipping parquet row groups - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/11 00:32:30 UTC, 33 replies.
- [Impala-ASF-CR] Fix typo in test observability. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/11 04:17:30 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-6314: Add run time scalar subquery check for uncorrelated subqueries - posted by "Zoltan Borok-Nagy (Code Review)" <ge...@cloudera.org> on 2018/01/11 14:57:30 UTC, 30 replies.
- [Impala-ASF-CR] IMPALA-6268: KerberosOnAndOff/RpcMgrKerberizedTest.MultipleServices failing - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2018/01/11 18:58:41 UTC, 13 replies.
- [Impala-ASF-CR] IMPALA-6363: avoid cscope build races - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/11 19:33:32 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-5519: Allocate Runtime filter memory from Buffer pool - posted by "Bikramjeet Vig (Code Review)" <ge...@cloudera.org> on 2018/01/11 21:52:36 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-6386: Invalidate metadata at table level for dataload - posted by "Joe McDonnell (Code Review)" <ge...@cloudera.org> on 2018/01/11 23:18:21 UTC, 12 replies.
- [Impala-ASF-CR] IMPALA-2397: Use atomics for metrics - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/12 02:04:09 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-2172, IMPALA-6391: [DOCS] Distinguish char length() from length() - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/12 02:33:41 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6388: Fix the Union node number of hosts estimation - posted by "Taras Bobrovytsky (Code Review)" <ge...@cloudera.org> on 2018/01/12 03:44:04 UTC, 28 replies.
- [Impala-ASF-CR] IMPALA-6387: Increase wait for Breakpad crash handling - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/12 10:17:00 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-4315: Allow USE and SHOW TABLES if the user has only column privileges - posted by "Csaba Ringhofer (Code Review)" <ge...@cloudera.org> on 2018/01/12 11:23:26 UTC, 12 replies.
- [Impala-ASF-CR] KUDU-2256: Add GetTransferSize() to RpcContext - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/12 13:42:57 UTC, 9 replies.
- [Impala-ASF-CR] IMPALA-5764: Allow overriding packaged components - posted by "Zach Amsden (Code Review)" <ge...@cloudera.org> on 2018/01/12 21:32:16 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-6368: make test chars parallel - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/13 01:22:31 UTC, 20 replies.
- [Impala-ASF-CR] IMPALA-6382: Cap default and min spillable buffer size query options - posted by "Bikramjeet Vig (Code Review)" <ge...@cloudera.org> on 2018/01/13 01:37:09 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6395: Add a flag for data stream sender's buffer size - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/13 07:56:19 UTC, 11 replies.
- [Impala-ASF-CR](asf-site) [DOCS] Update Apache site for Impala 2.11 docs - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/16 07:03:09 UTC, 7 replies.
- [Impala-ASF-CR] IMPALA-3942: Fix wrongly escaped string literal in front-end - posted by "Kim Jin Chul (Code Review)" <ge...@cloudera.org> on 2018/01/16 11:52:21 UTC, 14 replies.
- [Impala-ASF-CR] [DOCS] Adds Oracle-style hint placement for INSERT/UPSERT - posted by "Kim Jin Chul (Code Review)" <ge...@cloudera.org> on 2018/01/16 12:14:31 UTC, 1 replies.
- [Impala-ASF-CR] [DOCS] Doc for MURMUR HASH() function - posted by "Kim Jin Chul (Code Review)" <ge...@cloudera.org> on 2018/01/16 12:59:42 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6399: Increase timeout in test observability to reduce flakiness - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/16 18:04:26 UTC, 3 replies.
- [native-toolchain-CR] Bump thrift to 0.9.3-p2; Add bison 3.0.4 - posted by "Tianyi Wang (Code Review)" <ge...@cloudera.org> on 2018/01/16 18:29:12 UTC, 8 replies.
- [native-toolchain-CR] IMPALA-6377: Bump breakpad version to include fix for #752 - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/16 18:31:49 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-2624: Fix a potential deadlock in statestore - posted by "Zoram Thanga (Code Review)" <ge...@cloudera.org> on 2018/01/16 20:09:24 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-2642: Fix a potential deadlock in statestore - posted by "Zoram Thanga (Code Review)" <ge...@cloudera.org> on 2018/01/16 20:12:41 UTC, 16 replies.
- [Impala-ASF-CR](asf-site) Added changelog for 2.11.0 - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/16 21:30:46 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-4848: Add WIDTH BUCKET() function - posted by "anujphadke (Code Review)" <ge...@cloudera.org> on 2018/01/17 03:31:10 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6410: Tool to cherrypick changes across branches. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/17 17:55:04 UTC, 14 replies.
- [Impala-ASF-CR] Bumping version to 3.0. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/17 17:55:04 UTC, 11 replies.
- [Impala-ASF-CR] IMPALA-6382: Cap spillable buffer size and max row size query options - posted by "Bikramjeet Vig (Code Review)" <ge...@cloudera.org> on 2018/01/17 21:36:15 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6219: Use AES-GCM for spill-to-disk encryption - posted by "Xianda Ke (Code Review)" <ge...@cloudera.org> on 2018/01/18 00:35:50 UTC, 26 replies.
- [Impala-ASF-CR] IMPALA-2397: Use atomics for IntGauge and IntCounter - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/18 01:46:00 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-5519: Allocate fragment's runtime filter memory from Buffer pool - posted by "Bikramjeet Vig (Code Review)" <ge...@cloudera.org> on 2018/01/18 01:55:06 UTC, 11 replies.
- [Impala-ASF-CR] IMPALA-6416: extend Thread::Create to track instance id - posted by "Zoltan Borok-Nagy (Code Review)" <ge...@cloudera.org> on 2018/01/18 16:30:41 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6419: Revert "IMPALA-6383: free memory after skipping parquet row groups" - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/18 17:44:04 UTC, 5 replies.
- [Impala-ASF-CR] Revert "IMPALA-5528: Upgrade GPerfTools to 2.6.3 and tune TCMalloc for KRPC" - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/18 19:01:33 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-5528: Bump total thread cache size when KRPC is enabled - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/18 19:01:54 UTC, 9 replies.
- [Impala-ASF-CR] IMPALA-6418: Find a reliable way to detect supported TLS versions - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2018/01/18 19:20:01 UTC, 21 replies.
- [Impala-ASF-CR] IMPALA-4924: Enable Decimal V2 by default - posted by "Taras Bobrovytsky (Code Review)" <ge...@cloudera.org> on 2018/01/18 20:06:32 UTC, 31 replies.
- [Impala-ASF-CR] IMPALA-5801: [draft] Clean up codegen GetType() interface - posted by "Csaba Ringhofer (Code Review)" <ge...@cloudera.org> on 2018/01/18 20:49:37 UTC, 6 replies.
- [Impala-ASF-CR] [DOCS] Minor editorial change - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/18 21:21:36 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-5440 Add planner tests with extreme statistics values - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2018/01/18 22:06:44 UTC, 13 replies.
- [Impala-ASF-CR] [DOCS] Reserve 'repeatable' keyword from TABLESAMPLE clause - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/18 22:25:35 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-5310: [DOCS] Reserve 'repeatable' keyword from TABLESAMPLE clause - posted by "John Russell (Code Review)" <ge...@cloudera.org> on 2018/01/18 22:30:04 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-4886: Expose table metrics in the catalog web UI. - posted by "Dimitris Tsirogiannis (Code Review)" <ge...@cloudera.org> on 2018/01/18 23:26:15 UTC, 8 replies.
- [Impala-ASF-CR] Addressing issues. - posted by "Pranay Singh (Code Review)" <ge...@cloudera.org> on 2018/01/19 01:53:17 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6420: Fix TestCharFormats for local filesystem tests - posted by "Zach Amsden (Code Review)" <ge...@cloudera.org> on 2018/01/19 01:56:57 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6372: Go parallel for Hive dataload - posted by "Joe McDonnell (Code Review)" <ge...@cloudera.org> on 2018/01/19 03:13:41 UTC, 1 replies.
- [native-toolchain-CR] IMPALA-6401 : Re-apply the PPC Breakpad patches - posted by "Valencia Edna Serrao (Code Review)" <ge...@cloudera.org> on 2018/01/19 11:12:21 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-3998: Remove refresh after connect option from shell - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/19 17:25:25 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-6422: Use ldexp() instead of powf() in HLL. - posted by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2018/01/19 17:37:25 UTC, 12 replies.
- [Impala-ASF-CR] IMPALA-6399: Fix timeout logic in test query profile thrift timestamps - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/19 19:30:47 UTC, 28 replies.
- [Impala-ASF-CR] IMPALA-6092: turn off flaky test temporarily. - posted by "Vuk Ercegovac (Code Review)" <ge...@cloudera.org> on 2018/01/19 20:33:30 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6427: fix QUERYOPTIONS in planner test output - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/19 21:56:34 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-6394: Enable HDFS debug logging - posted by "Tianyi Wang (Code Review)" <ge...@cloudera.org> on 2018/01/19 22:24:44 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6105 unix timestamp returns a number of seconds. - posted by "Alex Rodoni (Code Review)" <ge...@cloudera.org> on 2018/01/19 23:02:23 UTC, 1 replies.
- [Impala-ASF-CR] [DOCS] IMPALA-6105 unix timestamp returns a number of seconds - posted by "Alex Rodoni (Code Review)" <ge...@cloudera.org> on 2018/01/19 23:23:19 UTC, 8 replies.
- [native-toolchain-CR] Bump Kudu version to c6beta-impala-toolchain-tag1 - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/19 23:59:49 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-6070: Expose using Docker to run tests faster. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/19 23:59:55 UTC, 2 replies.
- [Impala-ASF-CR] IMPALA-6092: run flaky test serially (temporary). - posted by "Vuk Ercegovac (Code Review)" <ge...@cloudera.org> on 2018/01/20 02:38:18 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-6215: Removes race when using LibCache. - posted by "Vuk Ercegovac (Code Review)" <ge...@cloudera.org> on 2018/01/20 23:39:12 UTC, 32 replies.
- [Impala-ASF-CR] IMPALA-6318: Revert "Adjustment for hanging query cancellation test" - posted by "Gabor Kaszab (Code Review)" <ge...@cloudera.org> on 2018/01/22 13:38:09 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-5903: Inconsistent specification of result set and result set metadata - posted by "Zoltan Borok-Nagy (Code Review)" <ge...@cloudera.org> on 2018/01/22 15:11:33 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-4132: Use -fno-omit-frame-pointer - posted by "Gabor Kaszab (Code Review)" <ge...@cloudera.org> on 2018/01/22 15:59:36 UTC, 7 replies.
- [Impala-ASF-CR] IMPALA-3916: Reserve SQL:2016 reserved words - posted by "Tianyi Wang (Code Review)" <ge...@cloudera.org> on 2018/01/22 22:25:59 UTC, 15 replies.
- [Impala-ASF-CR] IMPALA-4835: prerequisite buffer pool changes - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/22 22:35:51 UTC, 11 replies.
- [Impala-ASF-CR] PREVIEW: IMPALA-4835: Part 3: switch I/O buffers to buffer pool - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/23 00:08:56 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-6430: Log relevant debug pages if wait for metric value times out - posted by "Bikramjeet Vig (Code Review)" <ge...@cloudera.org> on 2018/01/23 00:24:01 UTC, 12 replies.
- [Impala-ASF-CR] IMPALA-4835: Part 3: switch I/O buffers to buffer pool - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/23 01:00:11 UTC, 5 replies.
- [Impala-ASF-CR](2.x) IMPALA-6318: Revert "Adjustment for hanging query cancellation test" - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/23 16:43:19 UTC, 6 replies.
- [Impala-ASF-CR](refs/meta/config) Expose refs/heads/2.x and refs/scratch/2.x-staging to impala-public-jenkins. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/23 20:24:56 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6435: Disable codegen for CHAR literals. - posted by "anujphadke (Code Review)" <ge...@cloudera.org> on 2018/01/23 20:29:39 UTC, 12 replies.
- [Impala-ASF-CR](refs/meta/config) Modify access rules - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/23 20:37:25 UTC, 1 replies.
- [Impala-ASF-CR](refs/meta/config) Expose refs/heads/2.x and refs/sandbox//*. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/23 20:39:59 UTC, 4 replies.
- [Impala-ASF-CR](refs/meta/config) Fixing typo: removing "heads" from "refs/sandbox" - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/23 20:59:39 UTC, 2 replies.
- [native-toolchain-CR] Patch thrift-0.9.3 for python 2.6. - posted by "Tianyi Wang (Code Review)" <ge...@cloudera.org> on 2018/01/23 22:50:50 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-6024: Min sample bytes for COMPUTE STATS TABLESAMPLE - posted by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2018/01/24 00:23:20 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-6429: Fix decimal division - posted by "Taras Bobrovytsky (Code Review)" <ge...@cloudera.org> on 2018/01/24 00:36:57 UTC, 8 replies.
- [Impala-ASF-CR] InMPALA-4319: remove some deprecated query options - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/24 17:22:33 UTC, 1 replies.
- [native-toolchain-CR] Bumped Kudu version to c6beta-impala-toolchain-tag1 - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/24 18:09:48 UTC, 1 replies.
- [native-toolchain-CR] Build old versions of gperftools and thrift. - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/24 19:20:36 UTC, 17 replies.
- [Impala-ASF-CR] KUDU-2270: Add a flag to control logging in RpczStore::LogTrace() - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/24 20:18:50 UTC, 13 replies.
- [Impala-ASF-CR] IMPALA-6440: Backwards compatibility for HBase metadata - posted by "Zach Amsden (Code Review)" <ge...@cloudera.org> on 2018/01/24 22:31:15 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6356: Reduce amount of logging from RpczStore::LogTrace() - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/24 22:31:58 UTC, 13 replies.
- [Impala-ASF-CR] IMPALA-6410: Use subprocess in compare branches.py. - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/24 23:59:16 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-6377: Bump breakpad version to include the fix for Breakpad #752 - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/25 02:32:58 UTC, 6 replies.
- [Impala-ASF-CR] IMPALA-5315: Cast to timestamp fails for YYYY-M-D format - posted by "Vincent Tran (Code Review)" <ge...@cloudera.org> on 2018/01/25 06:17:12 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-3562: support column restriction for compute stats - posted by "Vuk Ercegovac (Code Review)" <ge...@cloudera.org> on 2018/01/25 08:15:05 UTC, 16 replies.
- [Impala-ASF-CR] IMPALA-3651: [DOCS] Doc for MURMUR HASH() function - posted by "Kim Jin Chul (Code Review)" <ge...@cloudera.org> on 2018/01/25 09:39:47 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6410: compare branches: use looser expression - posted by "Philip Zeyliger (Code Review)" <ge...@cloudera.org> on 2018/01/25 17:07:06 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-6228: Control stats extrapolation via tbl prop. - posted by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2018/01/25 19:55:29 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6311: Skip row groups with predicates on NULL columns - posted by "Gabor Kaszab (Code Review)" <ge...@cloudera.org> on 2018/01/25 20:11:57 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-6441: update explain string for stress test - posted by "Michael Brown (Code Review)" <ge...@cloudera.org> on 2018/01/25 21:22:07 UTC, 5 replies.
- [native-toolchain-CR](cdh5.x) IMPALA-6401 : Re-apply the PPC Breakpad patches - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/25 22:58:57 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-4168: [DOCS] Adds Oracle-style hint placement for INSERT/UPSERT - posted by "Kim Jin Chul (Code Review)" <ge...@cloudera.org> on 2018/01/26 01:00:05 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-3203: Part 1: Free list implementation - posted by "Impala Public Jenkins (Code Review)" <ge...@cloudera.org> on 2018/01/26 03:05:41 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-5717: Support for ORC data files - posted by "Quanlong Huang (Code Review)" <ge...@cloudera.org> on 2018/01/26 11:15:40 UTC, 2 replies.
- [Impala-ASF-CR] IMPALA-6113: Skip row groups with predicates on NULL columns - posted by "Gabor Kaszab (Code Review)" <ge...@cloudera.org> on 2018/01/26 14:53:08 UTC, 3 replies.
- [native-toolchain-CR](cdh6.x) Bump Kudu version to c6beta-impala-toolchain-tag1 - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/26 17:16:54 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6441 addendum: fix reading rows from HS2 via Impyla - posted by "Michael Brown (Code Review)" <ge...@cloudera.org> on 2018/01/27 00:44:53 UTC, 10 replies.
- [Impala-ASF-CR] IMPALA-6444: CTAS STORED AS KUDU not supporting reordering of columns - posted by "Pranay Singh (Code Review)" <ge...@cloudera.org> on 2018/01/27 02:47:47 UTC, 2 replies.
- [Impala-ASF-CR] IMPALA-4319: remove some deprecated query options - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/29 04:37:17 UTC, 24 replies.
- [native-toolchain-CR] Make file upload/downlad progress report less verbose - posted by "Laszlo Gaal (Code Review)" <ge...@cloudera.org> on 2018/01/29 07:44:47 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6447: remove Python 2.7 dictionary comprehensions - posted by "Michael Brown (Code Review)" <ge...@cloudera.org> on 2018/01/29 19:49:16 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-6444: CTAS STORED AS KUDU to support reordering of columns - posted by "Pranay Singh (Code Review)" <ge...@cloudera.org> on 2018/01/29 22:58:30 UTC, 14 replies.
- [Impala-ASF-CR] IMPALA-6008: Creating a UDF from a shared library with a .ll extenion crashes impala - posted by "anujphadke (Code Review)" <ge...@cloudera.org> on 2018/01/29 23:24:52 UTC, 2 replies.
- [Impala-ASF-CR] IMPALA-6450: loosen DCHECK in EventSequence::Start() - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/29 23:55:40 UTC, 5 replies.
- [Impala-ASF-CR] IMPALA-5293: Turn insert clustering on by default - posted by "Lars Volker (Code Review)" <ge...@cloudera.org> on 2018/01/30 01:07:16 UTC, 8 replies.
- [Impala-ASF-CR] IMPALA-6450: fix EventSequence::Start() - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/30 01:56:05 UTC, 16 replies.
- [Impala-ASF-CR] IMPALA-6449: Use CLOCK MONOTONIC in ConditionVariable - posted by "Michael Ho (Code Review)" <ge...@cloudera.org> on 2018/01/30 02:54:03 UTC, 2 replies.
- [Impala-ASF-CR] IMPALA-6303: [DOCS]Fix incorrect mention of DataNodes in documentation - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2018/01/30 18:02:23 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6437: seperate AC/scheduler from catalog topic updates - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/30 19:55:55 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-6437: separate AC/scheduler from catalog topic updates - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/30 19:59:47 UTC, 0 replies.
- [Impala-ASF-CR] IMPALA-6454: CTAS into Kudu fails with mixed-case partition or primary key column names. - posted by "Pranay Singh (Code Review)" <ge...@cloudera.org> on 2018/01/31 05:19:07 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6448: Re-enable kerberized testing with KRPC - posted by "Sailesh Mukil (Code Review)" <ge...@cloudera.org> on 2018/01/31 05:55:46 UTC, 1 replies.
- [Impala-ASF-CR] IMPALA-6303: [DOCS] Fix incorrect mention of DataNodes - posted by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2018/01/31 09:05:47 UTC, 4 replies.
- [Impala-ASF-CR] IMPALA-6455: unique tmpdirs for test partition metadata compatibility - posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2018/01/31 16:23:25 UTC, 11 replies.
- [Impala-ASF-CR] IMPALA-5690: Upgrade thrift to 0.9.3-p3 - posted by "Tianyi Wang (Code Review)" <ge...@cloudera.org> on 2018/01/31 19:59:27 UTC, 0 replies.
- [native-toolchain-CR](cdh5.x) Patch thrift-0.9.3 for python 2.6. - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/31 21:43:40 UTC, 5 replies.
- [native-toolchain-CR](cdh5.x) Build old versions of gperftools and thrift. - posted by "Thomas Tauber-Marshall (Code Review)" <ge...@cloudera.org> on 2018/01/31 21:43:40 UTC, 3 replies.
- [Impala-ASF-CR] IMPALA-6242: Change runtime-profile-test into using the same clock - posted by "Tianyi Wang (Code Review)" <ge...@cloudera.org> on 2018/01/31 22:35:43 UTC, 2 replies.