aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec
AgeCommit message (Expand)Author
2018-09-14DRILL-1248: Allow positional / named aliases in group by / having clausesArina Ielchiieva
2018-09-14DRILL-6544: Allow timestamp / date / time formatting when displaying on Web UIAnton Gozhiy
2018-09-14DRILL-6732: Queries are runnable on disable plugins (#1460)shuifeng lu
2018-09-07DRILL-5365: Enforced DrillFileSystem immutability.Timothy Farkas
2018-09-07DRILL-6726: Fix case sensitivity issues for views created before DRILL-6492Arina Ielchiieva
2018-09-07DRILL-6729: Enable Unnest/Lateral Join feature by defaultSorabh Hamirwasia
2018-09-07DRILL-6709: Extended the batch stats utility to other operatorsSalim Achouche
2018-09-05DRILL-6710: Disallow negative scale for decimal data typeVolodymyr Vysotskyi
2018-09-04DRILL-6684: Swap sys.options and sys.options_val tablesKunal Khatua
2018-08-30DRILL-6712: Creation of jdbc storage plugin fails with NoSuchMethodozinoviev
2018-08-30DRILL-6676: Add Union, List and Repeated List types to Result Set LoaderPaul Rogers
2018-08-30DRILL-6640: Drill takes long time in planning when there are large number of ...kr-arjun
2018-08-30DRILL-5735: UI options grouping and filtering & Metrics hintsKunal Khatua
2018-08-29DRILL-6706: fixed null pointer exception in HashJoinSalim Achouche
2018-08-29DRILL-6517: Hash Join handling uninitialized vector containerBen-Zvi
2018-08-29DRILL-6721: Fix SchemalessScan plan serialization / deserializationArina Ielchiieva
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-28DRILL-6422: Update guava to 23.0 and shade itVolodymyr Vysotskyi
2018-08-27DRILL-6461: Added basic data correctness tests for hash agg, and improved ope...Timothy Farkas
2018-08-27DRILL-6644: Don't reserve space for incoming probe batches unnecessarily duri...Timothy Farkas
2018-08-27DRILL-6703: Query with complex expressions in lateral and unnest fails with C...Volodymyr Vysotskyi
2018-08-27DRILL-6693: When a query is started from Drill Web Console, the UI becomes in...Vlad Rozov
2018-08-27DRILL-6647: Update Calcite version to 1.17.0Volodymyr Vysotskyi
2018-08-27DRILL-6492: Ensure schema / workspace case insensitivity in DrillArina Ielchiieva
2018-08-24DRILL-6688 Data batches for Project operator exceed the maximum specified (#1...Karthikeyan Manivannan
2018-08-23DRILL-6385: Support JPPD featureweijie.tong
2018-08-22DRILL-6566: Reduce Hash Agg Batch size and estimate when low available memory...Boaz Ben-Zvi
2018-08-21DRILL-6179: Added pcapng-format supportVlad Storona
2018-08-20DRILL-6685: Fixed exception when reading Parquet dataSalim Achouche
2018-08-18DRILL-6662: Access AWS access key ID and secret access key using Credential P...Bohdan Kazydub
2018-08-18DRILL-6670: Align Parquet TIMESTAMP_MICROS logical type handling with earlier...Oleksandr Kalinin
2018-08-18DRILL-6689: Include query user information to drillbit.logBohdan Kazydub
2018-08-17DRILL-6696: IOBE in Operator Metric RegistryVitalii Diravka
2018-08-16DRILL-6694: NPE in UnnestRecordBatch when query uses a column name not presen...Sorabh Hamirwasia
2018-08-15DRILL-6680: Expose show files command into INFORMATION_SCHEMAArina Ielchiieva
2018-08-14DRILL-6687: Updated with review commentsSorabh Hamirwasia
2018-08-14DRILL-6687: Improve RemovingRecordBatch to do transfer when all records needs...Sorabh Hamirwasia
2018-08-13DRILL-6453: Fix deadlock caused by reading from left and right inputs in Hash...Timothy Farkas
2018-08-10DRILL-6671: Multi level lateral unnest join is throwing an exception during m...Hanumath Rao Maduri
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-08-10DRILL-6649: Query with unnest of column from nested star subquery failsVolodymyr Vysotskyi
2018-08-09DRILL-6674: Minor fixes to avoid auto boxing cost in logging in LateralJoinBatchSorabh Hamirwasia
2018-08-08DRILL-6663: Fixed shutdown buttonVenkata Jyothsna Donapati
2018-08-04DRILL-6653: Unsupported Schema change exception where there is no schema changeSorabh Hamirwasia
2018-08-03DRILL-6629 BitVector split and transfer does not work correctly for transfer ...karthik
2018-08-03DRILL-6664: Limit the maximum parquet reader batch rows to 64kSalim Achouche
2018-08-03DRILL-6409: Updates mongo-java-driver to 3.8.0Peter Kfoury
2018-08-03DRILL-6654: Data verification failure with lateral unnest query having filter...Sorabh Hamirwasia
2018-08-03DRILL-6645: Transform TopN in Lateral Unnest pipeline to Sort and Limit.Hanumath Rao Maduri
2018-08-03DRILL-6373:Paul Rogers