commits
Thread
Date
Later messages
Messages by Date
2018/07/18
[drill] 01/03: DRILL-6496: Added print methods for debugging tests, and fixed missing log statement in VectorUtils.
boaz
2018/07/18
[drill] branch master updated (6bb0879 -> b1aca33)
boaz
2018/07/18
[drill-site] branch asf-site updated: doc edits
bridgetb
2018/07/18
[drill-site] branch asf-site updated (5366c79 -> 17f1002)
bridgetb
2018/07/18
[drill-site] 02/02: edits
bridgetb
2018/07/18
[drill] branch master updated: DRILL-6612: Query fails with AssertionError when joining persistent and temporary tables
arina
2018/07/16
[drill-site] branch asf-site updated: doc edits
bridgetb
2018/07/14
[drill] branch master updated: DRILL-6588: Make Sys tables of nullable datatypes
sorabh
2018/07/13
[drill] branch master updated: DRILL-6591: Show Exception for failed queries submitted in WebUI
sorabh
2018/07/13
[drill] branch master updated: DRILL-5495: convert_from function on top of int96 data results in ArrayIndexOutOfBoundsException
arina
2018/07/13
[drill] branch master updated: DRILL-6472: Prevent using zero precision in CAST function
arina
2018/07/12
[drill] 12/13: DRILL-6542 : IndexOutOfBoundsException for multilevel lateral queries with schema changed partitioned complex data
sorabh
2018/07/12
[drill] branch master updated (a77fd14 -> eb90ebd)
sorabh
2018/07/12
[drill] 02/13: DRILL-6578: Handle query cancellation in Parquet reader
sorabh
2018/07/12
[drill] 05/13: DRILL-6346: Create an Official Drill Docker Container
sorabh
2018/07/12
[drill] 13/13: DRILL-6601 LageFileCompilation testProject times out
sorabh
2018/07/12
[drill] 04/13: DRILL-6559: Travis timing out
sorabh
2018/07/12
[drill] 08/13: DRILL-6579: Added sanity checks to the Parquet reader to avoid infinite loops
sorabh
2018/07/12
[drill] 07/13: DRILL-6592: Unnest record batch size is called too frequently
sorabh
2018/07/12
[drill] 09/13: [DRILL-6581] C++ Client SSL Implementation Fixes/Improvements
sorabh
2018/07/12
[drill] 06/13: DRILL-6596: Fix fillEmpties and set methods for Nullable variable length vectors to not use emptyByteArray
sorabh
2018/07/12
[drill] 03/13: DRILL-6560: Enhanced the batch statistics logging enablement
sorabh
2018/07/12
[drill] 10/13: [DRILL-6586] Add SSL Hostname verification with zookeeper connection mode support
sorabh
2018/07/12
[drill] 11/13: [DRILL-6587] Added support for custom SSL CTX Options
sorabh
2018/07/12
[drill] 01/13: DRILL-6594: Data batches for Project operator are not being split properly and exceed the maximum specified
sorabh
2018/07/11
[drill] 01/02: DRILL-6516: Fix memory leak issue with Sort and StreamingAgg together
parthc
2018/07/11
[drill] 02/02: DRILL-6516: EMIT support in streaming agg
parthc
2018/07/11
[drill] branch master updated (b0314a3 -> a77fd14)
parthc
2018/07/11
[drill-site] branch asf-site updated: add new option for hive storage plugin - store.hive.properties
bridgetb
2018/07/11
[drill-site] branch asf-site updated: edits
bridgetb
2018/07/11
[drill-site] 02/02: edits
bridgetb
2018/07/11
[drill-site] branch asf-site updated (e875d70 -> 3a06342)
bridgetb
2018/07/11
[drill-site] 01/02: add doc for hive option to set hive properties at session level
bridgetb
2018/07/11
[drill] branch master updated: DRILL-6583: Add space between pagination links in Profiles (WebUI) list
sorabh
2018/07/11
[drill] branch master updated: DRILL-5797: Use Parquet new reader on all non-complex columns queries
arina
2018/07/09
[drill] 02/04: DRILL-6519: Add String Distance and Phonetic Functions
arina
2018/07/09
[drill] 01/04: DRILL-6575: Add store.hive.conf.properties option to allow set Hive properties at session level
arina
2018/07/09
[drill] branch master updated (aee899c -> e79db14)
arina
2018/07/09
[drill] 03/04: DRILL-6549: batch sizing for nested loop join
arina
2018/07/09
[drill] 04/04: DRILL-6529 Project Batch Sizing causes two LargeFileCompilation tests to timeout
arina
2018/07/06
[drill-site] branch asf-site updated: fix broken link
bridgetb
2018/07/06
[drill-site] branch asf-site updated: edits to fix broken links
bridgetb
2018/07/06
[drill] branch master updated: DRILL-6570: Fixed IndexOutofBoundException in Parquet Reader
boaz
2018/07/05
[drill] branch master updated: DRILL-5977: Implement Filter Pushdown in Drill-Kafka plugin
arina
2018/07/04
[drill] 04/04: DRILL-6534: Upgrade ZooKeeper patch version to 3.4.12 and add Apache Curator to dependencyManagement
arina
2018/07/04
[drill] 03/04: DRILL-6577: Change Hash-Join fallback default to false
arina
2018/07/04
[drill] 02/04: DRILL-6553: Fix TopN for unnest operator
arina
2018/07/04
[drill] 01/04: DRILL-6557: Use size in bytes during Hive statistics calculation if present
arina
2018/07/04
[drill] branch master updated (cacca92 -> 96fa539)
arina
2018/07/04
[drill] branch master updated: DRILL-6546: Allow unnest function with nested columns and complex expressions
arina
2018/07/03
[drill] branch master updated: DRILL-6576: Unnest reports incoming record counts incorrectly
parthc
2018/07/03
[drill] branch master updated: DRILL-6494: Drill Plugins Handler
vitalii
2018/07/02
[drill] branch master updated (f1a3bd1 -> 069c304)
parthc
2018/07/02
[drill] 03/03: DRILL-6561: Lateral excluding the columns from output container provided by projection push into rules
parthc
2018/07/02
[drill] 01/03: DRILL-6535: ClassCastException in Lateral Unnest queries when dealing with schema changed json data Note: The issue was happening because for a left incoming all right batches were filtered and hence outputIndex was still 0 when new left incoming came with OK_NEW_SCHEMA. The OK_NEW_SCHEMA change was consumed without updating output container schema.
parthc
2018/07/02
[drill] 02/03: DRILL-6530: JVM crash with a query involving multiple json files with one file having a schema change of one column from string to list
parthc
2018/07/02
[drill] branch master updated: DRILL-6310: limit batch size for hash aggregate
volodymyr
2018/07/01
[drill] 01/06: DRILL-4020: The not-equal operator returns incorrect results when used on the HBase row key
volodymyr
2018/07/01
[drill] 06/06: DRILL-6537: Limit the batch size for buffering operators based on how much memory they get
volodymyr
2018/07/01
[drill] 03/06: DRILL-6545: Projection Push down into Lateral Join operator.
volodymyr
2018/07/01
[drill] branch master updated (f481a7c -> 482a635)
volodymyr
2018/07/01
[drill] 04/06: DRILL-6548: IllegalStateException: Unexpected EMIT outcome received in buildSchema phase
volodymyr
2018/07/01
[drill] 02/06: DRILL-4580: Support for exporting storage plugin configurations
volodymyr
2018/07/01
[drill] 05/06: DRILL-6554: Minor code improvements in parquet statistics handling
volodymyr
2018/07/01
[drill-site] branch asf-site updated: edits
bridgetb
2018/07/01
[drill-site] branch asf-site updated: edit
bridgetb
2018/06/29
[drill-site] branch asf-site updated: fix error in decimal data type topic
bridgetb
2018/06/28
[drill] 02/02: DRILL-6539: Record count not set for this vector container error
boaz
2018/06/28
[drill] branch master updated (3b34f0d -> 140d09e)
boaz
2018/06/28
[drill] 01/02: DRILL-6512: Remove unnecessary processing overhead from RecordBatchSizer
boaz
2018/06/28
[drill] branch master updated: DRILL-6498: Support for EMIT outcome in ExternalSortBatch
sorabh
2018/06/27
[drill-site] branch asf-site updated: doc edits and updates for Drill 1.14
bridgetb
2018/06/27
[drill] branch master updated: DRILL-6526: Refactor FileSystemConfig to disallow direct access from the code to its variables
arina
2018/06/26
[drill] branch master updated: DRILL-6503: Performance improvements in lateral
sorabh
2018/06/26
[drill] branch master updated: DRILL-6515: Render a link between the Unnest operator and it's source
sorabh
2018/06/25
[drill] branch master updated (b92f599 -> 7b0c903)
boaz
2018/06/22
[drill] 04/09: DRILL-6502: Rename CorrelatePrel to LateralJoinPrel.
vitalii
2018/06/22
[drill] 02/09: DRILL-6470: Remove defunct repository
vitalii
2018/06/22
[drill] 09/09: DRILL-6454: Native MapR DB plugin support for Hive MapR-DB json table
vitalii
2018/06/22
[drill] 01/09: DRILL-5188: Expand sub-queries using rules
vitalii
2018/06/22
[drill] 06/09: DRILL-6523: Fix NPE for describe of partial schema
vitalii
2018/06/22
[drill] 03/09: DRILL-6491: Prevent merge join for full outer join at planning stage
vitalii
2018/06/22
[drill] branch master updated (b447260 -> b92f599)
vitalii
2018/06/22
[drill] 07/09: DRILL-6486: BitVector split and transfer does not work correctly for non byte-multiple transfer lengths
vitalii
2018/06/22
[drill] 05/09: DRILL-6513: Max query memory per node set to Drillbit's maximum direct memory
vitalii
2018/06/21
[drill-site] branch asf-site updated: s3 doc edits
bridgetb
2018/06/21
[drill-site] branch asf-site updated: edit s3 SP doc
bridgetb
2018/06/17
[drill] branch master updated: DRILL-6212: Prevent recursive cast expressions
timothyfarkas
2018/06/15
[drill] 03/03: DRILL-6455: Add missing JDBC Scan Operator for profiles
timothyfarkas
2018/06/15
[drill] 01/03: DRILL-6487: Limit estimateRowCount should not return negative rowcount
timothyfarkas
2018/06/15
[drill] branch master updated (ac8e698 -> 4baf769)
timothyfarkas
2018/06/15
[drill] 02/03: DRILL-6468: CatastrophicFailures should not do a graceful shutdown of drill when terminating the JVM.
timothyfarkas
2018/06/15
[drill-site] branch asf-site updated: doc edits
bridgetb
2018/06/14
[drill-site] branch asf-site updated: edits
bridgetb
2018/06/14
[drill-site] branch asf-site updated: updates for drill 1.14
bridgetb
2018/06/13
[drill] 02/03: DRILL-6474: Don't use TopN when order by and offset are used without a limit specified.
timothyfarkas
2018/06/13
[drill] 01/03: DRILL-6488 - change instances of "template inline" to just "template"
timothyfarkas
2018/06/13
[drill] 03/03: DRILL-6353: Upgrade Parquet MR dependencies
timothyfarkas
2018/06/13
[drill] branch master updated (2427aa0 -> ac8e698)
timothyfarkas
2018/06/13
[drill-site] branch asf-site updated: minor edit
bridgetb
2018/06/13
[drill-site] branch asf-site updated: minor edit to image format plugin
bridgetb
2018/06/13
[drill] 01/02: DRILL-6477: Drillbit crashes with OOME (Heap) for a large WebUI query
timothyfarkas
2018/06/13
[drill] branch master updated (63d0251 -> 2427aa0)
timothyfarkas
2018/06/13
[drill] 02/02: DRILL-6476: Generate explain plan which shows relation between Lateral and the corresponding Unnest.
timothyfarkas
2018/06/13
[drill] branch master updated: DRILL-6489: Fix filter push down for Hbase & Mapr-DB binary tables when convert function is used in a view
arina
2018/06/11
[drill] branch master updated: DRILL-6478: enhance debug logs for batch sizing
timothyfarkas
2018/06/11
[drill] branch master updated (1820d46 -> ded643d)
timothyfarkas
2018/06/11
[drill] 01/02: DRILL-6481: Refactor ParquetXXXPredicate classes
timothyfarkas
2018/06/11
[drill] 02/02: DRILL-6481: Rename ParquetXXXPredicates to ParquetXXXPredicate
timothyfarkas
2018/06/10
[drill] branch master updated: DRILL-6459: Unable to view profile of a running query
sorabh
2018/06/10
[drill] branch master updated: DRILL-6485: Fix typo in drill-env.sh
sorabh
2018/06/08
[drill-site] branch asf-site updated: Doc updates for 1.14
bridgetb
2018/06/07
[drill] 03/03: DRILL-6446: Support for EMIT outcome in TopN - Added comments for TopNBatch and PriorityQueueTemplate - Adding support for SchemaChange across next() call with HyperVector in incoming container. This is achieved by adding a new method in HyperVectorWrapper which just updates the vector[] array holding multiple vectors with provided input ValueVector array. And also modifying RemovingRecordBatch GenericSV4Copier to hold reference to VectorWrapper instead of ValueVector[] for each colum [...]
sorabh
2018/06/07
[drill] 01/03: DRILL-6375 : Support for ANY_VALUE aggregate function
sorabh
2018/06/07
[drill] branch master updated (cd219ff -> 0b393ad)
sorabh
2018/06/07
[drill] 02/03: DRILL-6463 : Fix integer overflow in MockGroupScanPOP
sorabh
2018/06/07
[drill] branch 6454 deleted (was cd219ff)
vitalii
2018/06/07
[drill] branch master updated: DRILL-6466: Add HttpOnly flag to response cookies
arina
2018/06/06
[drill] branch master updated: DRILL-6467: Percentage usage of memory is reported as zero by the WebUI
sorabh
2018/06/06
[drill] branch master updated (23a7a8d -> f53fd1d)
sorabh
2018/06/06
[drill] 02/03: DRILL-6389: Fixed building javadocs - Added documentation about how to build javadocs - Fixed some of the javadoc warnings
sorabh
2018/06/06
[drill] 01/03: DRILL-5700: Adding nohup support for Sqlline script
sorabh
2018/06/06
[drill] branch master updated: DRILL-6432: Show Button to print visualized query plan (#1278)
sorabh
2018/06/02
[drill] branch master updated: Revert "DRILL-4020: The not-equal operator returns incorrect results when used on the HBase row key"
parthc
2018/06/01
[drill] 04/10: DRILL-6236:Batch sizing for hash join
parthc
2018/06/01
[drill] 02/10: DRILL-4364: Image Metadata Format Plugin - Initial commit of Image Metadata Format Plugin - See https://issues.apache.org/jira/browse/DRILL-4364
parthc
2018/06/01
[drill] 09/10: DRILL-5924: native-client: Support user-specified CXX_FLAGS
parthc
2018/06/01
[drill] 07/10: DRILL-6456: Planner shouldn't create any exchanges on the right side of Lateral Join.
parthc
2018/06/01
[drill] 01/10: DRILL-4091: Adding support for additional gis operations in gis contrib module
parthc
2018/06/01
[drill] 05/10: DRILL-6445: Fix existing test cases in TestScripts.java and add new test case for DRILLBIT_CONTEXT variable
parthc
2018/06/01
[drill] 03/10: DRILL-6343: bit vector copyFromSafe is not doing realloc
parthc
2018/06/01
[drill] 08/10: DRILL-4020: The not-equal operator returns incorrect results when used on the HBase row key
parthc
2018/06/01
[drill] branch master updated (f68d3e9 -> 9908ea0)
parthc
2018/06/01
[drill] 10/10: DRILL-5584: Add branding and versioning information for windows C++ Client.
parthc
2018/06/01
[drill] 06/10: DRILL-6450: Visualized plans for profiles querying JDBC sources is broken
parthc
2018/06/01
[drill] branch gh-pages updated: add the RDBMS to the schema types (#620)
bridgetb
2018/06/01
[drill] branch gh-pages updated: fix the default directory in zookeeper (#616)
bridgetb
2018/06/01
[drill] branch gh-pages updated: Update 035-plugin-configuration-basics.md (#615)
bridgetb
2018/06/01
[drill] branch gh-pages updated: Drill 1.7+ & HBase 1.x support (#582)
bridgetb
2018/06/01
[drill] branch gh-pages updated: updated ZooKeeper to CamelCase (#577)
bridgetb
2018/06/01
[drill] branch gh-pages updated: Update 2014-12-09-running-sql-queries-on-amazon-s3.md (#164)
bridgetb
2018/05/31
[drill] branch gh-pages updated: add postman doc to doc set
bridgetb
2018/05/30
[drill] branch gh-pages updated: minor edit
bridgetb
2018/05/30
[drill] branch gh-pages updated: Add Postman instructions to Dev Info section
bridgetb
2018/05/29
[drill-site] branch asf-site updated: test
bridgetb
2018/05/29
[drill] branch gh-pages updated: minor edit to test
bridgetb
2018/05/29
[drill-site] branch asf-site updated: update team list
bridgetb
2018/05/29
[drill] branch gh-pages updated: update team list
bridgetb
2018/05/27
[drill] branch master updated (5e503c0 -> 1355bfd)
boaz
2018/05/27
[drill] 01/02: DRILL-6442: Adjust Hbase disk cost & row count estimation when filter push down is applied
boaz
2018/05/27
[drill] 02/02: DRILL-3964 : Fix NPE in WriterRecordBatch when 0 rows
boaz
2018/05/24
[drill] branch master updated: DRILL-5990: Drill should not startup with JRE sourced java executable
boaz
2018/05/24
[drill] branch master updated: DRILL-6443: Enable Search for both running AND completed queries
boaz
2018/05/24
[drill] branch master updated: DRILL-6437: Removed excess maven logging when downloading dependencies. This fixed Travis failures due to log overflow.
boaz
2018/05/24
[drill] branch master updated: DRILL-6435: MappingSet is stateful, so it can't be shared between threads
boaz
2018/05/23
[drill] branch master updated: DRILL-6436: Storage Plugin to have name and context moved to AbstractStoragePlugin
boaz
2018/05/23
[drill] branch master updated: DRILL-6440: Unnest unit tests and fixes for stats
sorabh
2018/05/23
[drill] branch master updated: DRILL-6374: Transitive Closure leads to TPCH Queries regressions and OOM when run concurrency test
boaz
2018/05/22
[drill] branch DRILL-4235 deleted (was 6a36a70)
boaz
2018/05/22
[drill] branch DRILL-3478 deleted (was e4372f2)
boaz
2018/05/22
[drill] 02/02: DRILL-6431: Unnest operator requires table and a single column alias to be specified. Fixing the issues related to star column renaming, same field name renaming and also enforcing that an alias column is required for the unnest operator.
parthc
2018/05/22
[drill] branch master updated (399fc99 -> 3af718f)
parthc
2018/05/21
[drill] branch master updated (82e1a12 -> 399fc99)
boaz
2018/05/21
[drill] branch MERGE-180521-01 created (now 399fc99)
boaz
2018/05/19
[drill] 03/04: DRILL-5305: Query Profile must display Query ID
arina
2018/05/19
[drill] 01/04: DRILL-6348: Received batches are now owned by the receive operators instead of the parent
arina
2018/05/19
[drill] 04/04: DRILL-6423: Export query result as a CSV file
arina
2018/05/19
[drill] branch master updated (f4f4dc5 -> 82e1a12)
arina
2018/05/19
[drill] 02/04: DRILL-6418: Handle Schema change in Unnest And Lateral for unnest field / non-unnest field
arina
2018/05/18
[drill] 05/08: DRILL-6413: Update ParquetFilterBuilder.visitBooleanOperator to handle simplified boolean expression
arina
2018/05/18
[drill] 03/08: DRILL-6421: Refactor DecimalUtility and CoreDecimalUtility classes
arina
2018/05/18
[drill] 08/08: DRILL-4525: Code cleanup
arina
2018/05/18
[drill] branch master updated (89e0fe6 -> f4f4dc5)
arina
2018/05/18
[drill] 06/08: DRILL-6424: Updating FasterXML Jackson libraries
arina
2018/05/18
[drill] 02/08: DRILL-6255: Drillbit while sending control message to itself creates a connection instead of submitting locally
arina
2018/05/18
[drill] 01/08: DRILL-6420: Add Lateral and Unnest Keyword for highlighting on WebUI
arina
2018/05/18
[drill] 04/08: DRILL-6426: Refactor TestFunctionsWithTypeExpoQueries test to be independent on limit 0 optimization option
arina
2018/05/18
[drill] 07/08: DRILL-4525: Allow SqlBetweenOperator to accept LOWER_OPERAND and UPPER_OPERAND with different types
arina
2018/05/17
[drill] 03/03: DRILL-6027: - Added fallback option for HashJoin. - No copy of incoming for single partition, and avoid HT resize. - Fix memory leak when cancelling while spill file is read - get correct schema when probe side is empty - Re-create the HashJoinProbe
boaz
2018/05/17
[drill] 01/03: DRILL-6027: Initial implementation of HashJoin spill, without memory limits checks yet
boaz
2018/05/17
[drill] branch master updated (cfaf430 -> 89e0fe6)
boaz
2018/05/15
[drill] branch master updated (758a981 -> cfaf430)
boaz
2018/05/15
[drill] 02/02: code review comments
boaz
2018/05/15
[drill] 01/02: DRILL-6411: Make batch memory sizing logs uniform across all operators
boaz
2018/05/15
[drill] branch master updated (ca90229 -> 758a981)
parthc
2018/05/15
[drill] 01/02: DRILL-6321: Lateral Join and Unnest - initial implementation for parser and planning
parthc
2018/05/15
[drill] 02/02: DRILL-6321: Lateral Join and Unnest - rules, options, logical plan supports
parthc
2018/05/12
[drill] 02/02: DRILL-6272: Refactor dynamic UDFs and function initializer tests to generate needed binary and source jars at runtime
amansinha
2018/05/12
[drill] branch master updated (c1f0adc -> ca90229)
amansinha
2018/05/12
[drill] 01/02: DRILL-6363: Upgrade jmockit and mockito libs
amansinha
2018/05/11
[drill] branch master updated: DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Time, Timestamp types. (#3)
amansinha
2018/05/11
[drill] 01/04: DRILL-6249: Adding more unit testing documentation.
amansinha
2018/05/11
[drill] 03/04: DRILL-6364: Handle Cluster Info in WebUI when existing/new bits restart
amansinha
2018/05/11
[drill] 04/04: DRILL-6401: Precision for decimal data types may be lost for the case when cast with literal is used
amansinha
2018/05/11
[drill] 02/04: DRILL-6321: Customize Drill's conformance. Allow support to APPLY keywords
amansinha
2018/05/11
[drill] branch master updated (8a1a7c5 -> 16659ab)
amansinha
2018/05/10
[drill] branch master updated (c6c5d27 -> 8a1a7c5)
boaz
2018/05/10
[drill] 01/02: DRILL-6386: Disallow unused imports and star imports.
boaz
2018/05/06
[drill] 01/02: DRILL-6361: Revised typeOf() function versions
volodymyr
2018/05/06
[drill] branch master updated (6cbba28 -> c6c5d27)
volodymyr
Later messages