aboutsummaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
2018-07-25[maven-release-plugin] prepare release drill-1.14.0Ben-Zvi
2018-07-24Increase jdbc-all jar size limit to 36500000Ben-Zvi
2018-07-23DRILL-6626: Fixed an IndexOutOfBoundException during aggregator rehashSalim Achouche
2018-07-23DRILL-6622: Fixed a NullPointerException in a query with UnionSalim Achouche
2018-07-23DRILL-6574: Code cleanupBohdan Kazydub
2018-07-23DRILL-6574: Add option to push LIMIT(0) on top of SCAN (late limit 0 optimiza...Sudheesh Katkam
2018-07-20DRILL-6606: Fixed bug in HashJoin that caused it not to return OK_NEW_SCHEMA ...Timothy Farkas
2018-07-20DRILL-6624: Fix loss of the table row type when the same schema name was spec...Volodymyr Vysotskyi
2018-07-19DRILL-6614: Allow usage of MapRDBFormatPlugin for HiveStoragePluginVitalii Diravka
2018-07-19DRILL-6603: Set num_nulls for parquet statistics to -1 when actual number is ...Arina Ielchiieva
2018-07-18DRILL-6104: Add Log/Regex Format PluginCharles S. Givre
2018-07-18DRILL-6475: Unnest: Null fieldId Pointer.HanumathRao
2018-07-18DRILL-6496: Added print methods for debugging tests, and fixed missing log st...Timothy Farkas
2018-07-18DRILL-6612: Query fails with AssertionError when joining persistent and tempo...Volodymyr Vysotskyi
2018-07-14DRILL-6588: Make Sys tables of nullable datatypesKunal Khatua
2018-07-13DRILL-6591: Show Exception for failed queries submitted in WebUIKunal Khatua
2018-07-13DRILL-5495: convert_from function on top of int96 data results in ArrayIndexO...Vitalii Diravka
2018-07-13DRILL-6472: Prevent using zero precision in CAST functionVolodymyr Vysotskyi
2018-07-12DRILL-6601 LageFileCompilation testProject times outkarthik
2018-07-12DRILL-6542 : IndexOutOfBoundsException for multilevel lateral queries with sc...Sorabh Hamirwasia
2018-07-12DRILL-6579: Added sanity checks to the Parquet reader to avoid infinite loopsSalim Achouche
2018-07-12DRILL-6592: Unnest record batch size is called too frequentlyParth Chandra
2018-07-12DRILL-6596: Fix fillEmpties and set methods for Nullable variable lengthParth Chandra
2018-07-12DRILL-6559: Travis timing outVitalii Diravka
2018-07-12DRILL-6560: Enhanced the batch statistics logging enablementSalim Achouche
2018-07-12DRILL-6578: Handle query cancellation in Parquet readerSalim Achouche
2018-07-12DRILL-6594: Data batches for Project operator are not being split properly an...karthik
2018-07-11DRILL-6516: EMIT support in streaming aggParth Chandra
2018-07-11DRILL-6516: Fix memory leak issue with Sort and StreamingAgg togetherSorabh Hamirwasia
2018-07-11DRILL-6583: Add space between pagination links in Profiles (WebUI) listKunal Khatua
2018-07-11DRILL-5797: Use Parquet new reader on all non-complex columns queriesOleksandr Kalinin
2018-07-09DRILL-6529 Project Batch Sizing causes two LargeFileCompilation tests to timeoutkarthik
2018-07-09DRILL-6549: batch sizing for nested loop joinPadma Penumarthy
2018-07-09DRILL-6519: Add String Distance and Phonetic FunctionsCharles S. Givre
2018-07-09DRILL-6575: Add store.hive.conf.properties option to allow set Hive propertie...Arina Ielchiieva
2018-07-06DRILL-6570: Fixed IndexOutofBoundException in Parquet ReaderSalim Achouche
2018-07-04DRILL-6534: Upgrade ZooKeeper patch version to 3.4.12 and add Apache Curator ...Bohdan Kazydub
2018-07-04DRILL-6577: Change Hash-Join fallback default to falseBen-Zvi
2018-07-04DRILL-6553: Fix TopN for unnest operatorVolodymyr Vysotskyi
2018-07-04DRILL-6546: Allow unnest function with nested columns and complex expressionsVolodymyr Vysotskyi
2018-07-03DRILL-6576: Unnest reports incoming record counts incorrectlyParth Chandra
2018-07-03DRILL-6494: Drill Plugins HandlerVitalii Diravka
2018-07-02DRILL-6561: Lateral excluding the columns from output container provided by p...Sorabh Hamirwasia
2018-07-02DRILL-6530: JVM crash with a query involving multiple json files with one fil...Sorabh Hamirwasia
2018-07-02DRILL-6535: ClassCastException in Lateral Unnest queries when dealing with sc...Sorabh Hamirwasia
2018-07-02DRILL-6310: limit batch size for hash aggregatePadma Penumarthy
2018-07-01DRILL-6537: Limit the batch size for buffering operators based on how much me...Padma Penumarthy
2018-07-01DRILL-6554: Minor code improvements in parquet statistics handlingVlad Rozov
2018-07-01DRILL-6548: IllegalStateException: Unexpected EMIT outcome received in buildS...Sorabh Hamirwasia
2018-07-01DRILL-6545: Projection Push down into Lateral Join operator.HanumathRao