You are viewing a plain text version of this content. The canonical link for it is here.
- [01/15] drill git commit: DRILL-3423: Initial HTTPD log plugin. Needs tests. Would be good to improve the timestamp and cookies behaviors since we can make those more type specific. - posted by pa...@apache.org on 2016/11/01 20:29:46 UTC, 0 replies.
- [02/15] drill git commit: DRILL-3423: Adding HTTPd Log Parsing functionality including full pushdown, type remapping and wildcard support. Pushed through the requested columns for push down to the parser. Added more tests to cover a few more use cases. - posted by pa...@apache.org on 2016/11/01 20:29:47 UTC, 0 replies.
- [03/15] drill git commit: DRILL-3243: Added CSG mods. Fixed field names. Removed old test files Added Parse_url and parse_query() functions Fix unit test - posted by pa...@apache.org on 2016/11/01 20:29:48 UTC, 0 replies.
- [04/15] drill git commit: DRILL-4373: Drill and Hive have incompatible timestamp representations in parquet - added sys/sess option "store.parquet.int96_as_timestamp"; - added int96 to timestamp converter for both readers; - added unit tests; - posted by pa...@apache.org on 2016/11/01 20:29:49 UTC, 0 replies.
- [05/15] drill git commit: DRILL-1268: Add unit test to C++ native client - posted by pa...@apache.org on 2016/11/01 20:29:50 UTC, 0 replies.
- [06/15] drill git commit: DRILL-4853: Update C++ protobuf source files - posted by pa...@apache.org on 2016/11/01 20:29:51 UTC, 0 replies.
- [07/15] drill git commit: DRILL-4853: Update C++ protobuf source files - posted by pa...@apache.org on 2016/11/01 20:29:52 UTC, 0 replies.
- [08/15] drill git commit: DRILL-4853: Update C++ protobuf source files - posted by pa...@apache.org on 2016/11/01 20:29:53 UTC, 0 replies.
- [09/15] drill git commit: DRILL-4853: Update C++ protobuf source files - posted by pa...@apache.org on 2016/11/01 20:29:54 UTC, 0 replies.
- [10/15] drill git commit: DRILL-4420: C++ API for metadata access and prepared statements - posted by pa...@apache.org on 2016/11/01 20:29:55 UTC, 0 replies.
- [11/15] drill git commit: DRILL-4420: C++ API for metadata access and prepared statements - posted by pa...@apache.org on 2016/11/01 20:29:56 UTC, 0 replies.
- [12/15] drill git commit: DRILL-4420: C++ API for metadata access and prepared statements - posted by pa...@apache.org on 2016/11/01 20:29:57 UTC, 0 replies.
- [13/15] drill git commit: DRILL-4420: C++ API for metadata access and prepared statements - posted by pa...@apache.org on 2016/11/01 20:29:58 UTC, 0 replies.
- [14/15] drill git commit: DRILL-4420: C++ API for metadata access and prepared statements - posted by pa...@apache.org on 2016/11/01 20:29:59 UTC, 0 replies.
- [15/15] drill git commit: DRILL-1996: Add cancel method to Drill C++ connector - posted by pa...@apache.org on 2016/11/01 20:30:00 UTC, 0 replies.
- drill git commit: edit drill memory page based on changes to product - posted by br...@apache.org on 2016/11/01 20:49:56 UTC, 0 replies.
- drill-site git commit: edits to config drill memory doc due to product changes - posted by br...@apache.org on 2016/11/01 21:00:23 UTC, 0 replies.
- drill git commit: edit config drill memory - posted by br...@apache.org on 2016/11/01 21:05:00 UTC, 0 replies.
- drill-site git commit: edit config drill memory due to product changes - posted by br...@apache.org on 2016/11/01 21:08:59 UTC, 0 replies.
- [1/5] drill git commit: DRILL-4951: Do Guava.patch earlier so we can run single Hbase's unit test through command line or IDE - posted by su...@apache.org on 2016/11/02 18:47:07 UTC, 0 replies.
- [2/5] drill git commit: DRILL-4792: Include session options used for a query as part of the profile - posted by su...@apache.org on 2016/11/02 18:47:08 UTC, 0 replies.
- [3/5] drill git commit: DRILL-4927 (part 2): Add support for Null Equality Joins (mixed comparators) - posted by su...@apache.org on 2016/11/02 18:47:09 UTC, 0 replies.
- [4/5] drill git commit: DRILL-4986: Allow users to customize the Drill log file name - posted by su...@apache.org on 2016/11/02 18:47:10 UTC, 0 replies.
- [5/5] drill git commit: DRILL-4989: Fix TestParquetWriter.testImpalaParquetBinaryAsTimeStamp_DictChange - posted by su...@apache.org on 2016/11/02 18:47:11 UTC, 0 replies.
- [01/10] drill git commit: DRILL-4800: Use a buffering input stream in the Parquet reader - posted by pa...@apache.org on 2016/11/05 00:11:28 UTC, 0 replies.
- [02/10] drill git commit: DRILL-4800: Add AsyncPageReader to pipeline PageRead Use non tracking input stream for Parquet scans. Make choice between async and sync reader configurable. Make various options user configurable - choose between sync and async - posted by pa...@apache.org on 2016/11/05 00:11:29 UTC, 0 replies.
- [03/10] drill git commit: DRILL-4800: Parallelize column reading. Read/Decode fixed width fields in parallel Decoding var length columns in parallel Use simplified decompress method for Gzip and Snappy decompression. Avoids concurrency issue with Parquet - posted by pa...@apache.org on 2016/11/05 00:11:30 UTC, 0 replies.
- [04/10] drill git commit: DRILL-4800: Various fixes. Fix buffer underflow exception in BufferedDirectBufInputStream. Fix writer index for in64 dictionary encoded types. Added logging to help debug. Fix memory leaks. Work around issues with of InputStream - posted by pa...@apache.org on 2016/11/05 00:11:31 UTC, 0 replies.
- [05/10] drill git commit: DRILL-5400: Fix NPE in corrupt date detection - posted by pa...@apache.org on 2016/11/05 00:11:32 UTC, 0 replies.
- [06/10] drill git commit: DRILL-1950: Initial prototype patch for parquet filter pushdown. - posted by pa...@apache.org on 2016/11/05 00:11:33 UTC, 0 replies.
- [07/10] drill git commit: DRILL-1950: Update parquet metadata cache format to include both min/max and additional column type information. - posted by pa...@apache.org on 2016/11/05 00:11:34 UTC, 0 replies.
- [08/10] drill git commit: DRILL-1950: Parquet rowgroup level filter pushdown in query planning time. - posted by pa...@apache.org on 2016/11/05 00:11:35 UTC, 0 replies.
- [09/10] drill git commit: DRILL-1950: Parquet rowgroup level filter pushdown in query planning time. - posted by pa...@apache.org on 2016/11/05 00:11:36 UTC, 0 replies.
- [10/10] drill git commit: DRILL-1950: Parquet rowgroup level filter pushdown in query planning time. - posted by pa...@apache.org on 2016/11/05 00:11:37 UTC, 0 replies.
- [1/4] drill git commit: DRILL-4969: Basic implementation of display size for column metadata - posted by su...@apache.org on 2016/11/05 01:01:27 UTC, 0 replies.
- [2/4] drill git commit: DRILL-4945: Report INTERVAL exact type as column type name - posted by su...@apache.org on 2016/11/05 01:01:28 UTC, 0 replies.
- [3/4] drill git commit: DRILL-4674: Allow casting to boolean the same literals as in Postgres - posted by su...@apache.org on 2016/11/05 01:01:29 UTC, 0 replies.
- [4/4] drill git commit: DRILL-4823: Fix OOM while trying to prune partitions with reasonable data size - posted by su...@apache.org on 2016/11/05 01:01:30 UTC, 0 replies.
- drill git commit: Add Sudheesh's PGP Key - posted by su...@apache.org on 2016/11/05 19:41:48 UTC, 0 replies.
- [1/2] drill git commit: DRILL-5007: Dynamic UDF lazy-init does not work correctly in multi-node cluster - posted by su...@apache.org on 2016/11/09 17:55:49 UTC, 0 replies.
- [2/2] drill git commit: DRILL-5009: Skip reading of empty row groups while reading Parquet metadata - posted by su...@apache.org on 2016/11/09 17:55:50 UTC, 0 replies.
- drill git commit: DRILL-5047: When session option is string, query profile is displayed incorrectly on Web UI - posted by su...@apache.org on 2016/11/18 19:13:43 UTC, 0 replies.
- [1/5] drill git commit: DRILL-4935: Allow drillbits to advertise a configurable host address to Zookeeper - posted by pa...@apache.org on 2016/11/23 23:42:09 UTC, 0 replies.
- [2/5] drill git commit: DRILL-4979: Make port of the DataConnection configurable - posted by pa...@apache.org on 2016/11/23 23:42:10 UTC, 0 replies.
- [3/5] drill git commit: DRILL-4980: Upgrading of the approach of parquet date correctness status detection - Parquet writer version is added; - Updated the detection method of parquet date correctness. - posted by pa...@apache.org on 2016/11/23 23:42:11 UTC, 0 replies.
- [4/5] drill git commit: DRILL-4831: Running refresh table metadata concurrently randomly fails with JsonParseException - posted by pa...@apache.org on 2016/11/23 23:42:12 UTC, 0 replies.
- [5/5] drill git commit: DRILL-4995: Allow lazy init when dynamic UDF support is disabled - posted by pa...@apache.org on 2016/11/23 23:42:13 UTC, 0 replies.
- svn commit: r17181 - in /release/drill: ./ drill-1.7.0/ drill-1.9.0/ - posted by su...@apache.org on 2016/11/28 21:21:58 UTC, 0 replies.
- [1/2] drill git commit: Revert "DRILL-4373: Drill and Hive have incompatible timestamp representations in parquet - added sys/sess option "store.parquet.int96_as_timestamp"; - added int96 to timestamp converter for both readers; - added unit tests; " - posted by su...@apache.org on 2016/11/28 22:05:13 UTC, 0 replies.
- [2/2] drill git commit: [maven-release-plugin] prepare release drill-1.9.0 - posted by su...@apache.org on 2016/11/28 22:05:14 UTC, 0 replies.
- [01/19] drill git commit: Updates to docs for the apache Drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:42:39 UTC, 0 replies.
- [02/19] drill git commit: number adding custom functions to drill folder - posted by br...@apache.org on 2016/11/29 22:42:40 UTC, 0 replies.
- [03/19] drill git commit: updates to adding custom functions to drill - posted by br...@apache.org on 2016/11/29 22:42:41 UTC, 0 replies.
- [04/19] drill git commit: Updates to custom functions docs for 1.9 - posted by br...@apache.org on 2016/11/29 22:42:42 UTC, 0 replies.
- [05/19] drill git commit: 1.9 doc edits - posted by br...@apache.org on 2016/11/29 22:42:43 UTC, 0 replies.
- [06/19] drill git commit: edits for 1.9 - posted by br...@apache.org on 2016/11/29 22:42:44 UTC, 0 replies.
- [07/19] drill git commit: edits for timestamp issues - posted by br...@apache.org on 2016/11/29 22:42:45 UTC, 0 replies.
- [08/19] drill git commit: update to yaml date format - posted by br...@apache.org on 2016/11/29 22:42:46 UTC, 0 replies.
- [09/19] drill git commit: yaml date - posted by br...@apache.org on 2016/11/29 22:42:47 UTC, 0 replies.
- [10/19] drill git commit: edits - posted by br...@apache.org on 2016/11/29 22:42:48 UTC, 0 replies.
- [11/19] drill git commit: add new sql commands for Dynamic UDFs - posted by br...@apache.org on 2016/11/29 22:42:49 UTC, 0 replies.
- [12/19] drill git commit: edits for 1.9 features - posted by br...@apache.org on 2016/11/29 22:42:50 UTC, 0 replies.
- [13/19] drill git commit: edits for 1.9 - posted by br...@apache.org on 2016/11/29 22:42:51 UTC, 0 replies.
- [14/19] drill git commit: 1.9 rn and blog - posted by br...@apache.org on 2016/11/29 22:42:52 UTC, 0 replies.
- [15/19] drill git commit: edits for 1.9 - posted by br...@apache.org on 2016/11/29 22:42:53 UTC, 0 replies.
- [16/19] drill git commit: edits for 1.9 - posted by br...@apache.org on 2016/11/29 22:42:54 UTC, 0 replies.
- [17/19] drill git commit: edits - posted by br...@apache.org on 2016/11/29 22:42:55 UTC, 0 replies.
- [18/19] drill git commit: doc edits for 1.9 - posted by br...@apache.org on 2016/11/29 22:42:56 UTC, 0 replies.
- [19/19] drill git commit: edits 1.9 - posted by br...@apache.org on 2016/11/29 22:42:57 UTC, 0 replies.
- [01/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:44 UTC, 0 replies.
- [02/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:45 UTC, 0 replies.
- [03/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:46 UTC, 0 replies.
- [04/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:47 UTC, 0 replies.
- [05/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:48 UTC, 0 replies.
- [06/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:49 UTC, 0 replies.
- [07/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:50 UTC, 0 replies.
- [08/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:51 UTC, 0 replies.
- [09/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:52 UTC, 0 replies.
- [10/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:53 UTC, 0 replies.
- [11/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:54 UTC, 0 replies.
- [12/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:55 UTC, 0 replies.
- [13/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:56 UTC, 0 replies.
- [14/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:57 UTC, 0 replies.
- [15/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:58 UTC, 0 replies.
- [16/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:47:59 UTC, 0 replies.
- [17/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:48:00 UTC, 0 replies.
- [18/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:48:01 UTC, 0 replies.
- [19/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:48:02 UTC, 0 replies.
- [20/20] drill-site git commit: updates for drill 1.9 release - posted by br...@apache.org on 2016/11/29 22:48:03 UTC, 0 replies.
- drill git commit: Update version to 1.10.0-SNAPSHOT - posted by su...@apache.org on 2016/11/30 00:02:17 UTC, 0 replies.