aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src
AgeCommit message (Expand)Author
2015-10-02DRILL-3887: Fix bug where metadata file not being usedSteven Phillips
2015-10-02DRILL-3874: flattening large JSON objects uses too much direct memory - add g...Chris Westin
2015-10-02DRILL-2361: Allow column aliases to include dots.AdamPD
2015-10-02DRILL-3884: Fix lower parallelization issues with Hive's native scan.vkorukanti
2015-10-01DRILL-1065: Support for ALTER ... RESET statementSudheesh Katkam
2015-10-01DRILL-3788: part 2: When building the metadata file path for the single entry...Aman Sinha
2015-10-01DRILL-3788: Expand the file selection to contain all files within the directo...Mehant Baid
2015-10-01DRILL-3819: Remove redundant check to ignore files beginning with '.'Mehant Baid
2015-10-01DRILL-3817: Disable rewriting compound identifier for refresh metadata queryMehant Baid
2015-10-01DRILL-3869: Allow queries submitted through the web UI to end with a semi-colonaleph-zero
2015-09-30DRILL-3725: Add HTTPS support for Drill web interfacevkorukanti
2015-09-29DRILL-3257: Disable FilterSetOpTransposeRule, DrillProjectSetOpTransposeRule ...Hsuan-Yi Chu
2015-09-29DRILL-3209: Add support for reading Hive parquet tables using Drill native pa...vkorukanti
2015-09-29DRILL-3479: Sqlline shows incorrect version of DrillParth Chandra
2015-09-28DRILL-2274: Unable to allocate sv2 buffer after repeated attempts : JOIN, Ord...adeneche
2015-09-28DRILL-2583, DRILL-3428: Catch exceptions, and throw UserException#dataReadErr...Sudheesh Katkam
2015-09-28DRILL-2908: Fix Parquet for var length vectors where encoding changes across ...Parth Chandra
2015-09-28DRILL-2908:Enable reading the Int 96 type from parquet files.Jason Altekruse
2015-09-27DRILL-3596: Allow only (<expression>) or (<expression>, 1) for LEAD and LAG w...adeneche
2015-09-25DRILL-1457: Push Limit past through UnionExchange.Jinfeng Ni
2015-09-24DRILL-3836: Find free port automatically in TestBitRpcJulien Le Dem
2015-09-24DRILL-3778: Add missed part of DRILL-3160 (making JDBC Javadoc available).dbarclay
2015-09-23DRILL-3781: Group by system function in schema-based table.Jinfeng Ni
2015-09-22DRILL-3811: AtomicRemainder incorrectly accounts for transferred allocationsadeneche
2015-09-21DRILL-2748: Improve cost estimation for Drill logical aggregation in query pl...Jinfeng Ni
2015-09-21DRILL-3735: For partition pruning divide up the partition lists into sublists...Aman Sinha
2015-09-21DRILL-3732: Drill leaks memory if external sort hits out of disk space exceptionadeneche
2015-09-20DRILL-3809: Make PrelFinalizer have instances rather than a single Prel since...Jacques Nadeau
2015-09-18reverting a fix no longer needed after DRILL-3767adeneche
2015-09-18DRILL-2743: Parquet file metadata cachingSteven Phillips
2015-09-17DRILL-3779: Fix NPE in mergeAndSpill(). Add more debug logging messages. Ma...Aman Sinha
2015-09-17DRILL-1942-readers:Chris Westin
2015-09-16DRILL-1942-concurrency-test: new smoke test for concurrent query execution; u...Chris Westin
2015-09-15DRILL-3680: Fix incorrect query result or IOBE when window function is used i...Jinfeng Ni
2015-09-15DRILL-3761: Modify CastIntDecimal implementation so that it will not modify i...Jinfeng Ni
2015-09-15DRILL-3718: After TextReader finishes reading a field surrounded by double qu...Hsuan-Yi Chu
2015-09-14DRILL-3724: Improve javadoc of the plugin componentEdmon Begoli
2015-09-14DRILL-3347: VARCHAR ResultSet.getObject returned ...hadoop.io.Text, not String.dbarclay
2015-09-14DRILL-1942-hygiene:Chris Westin
2015-09-14DRILL-2650: Mark query end time when closing the ForemanSudheesh Katkam
2015-09-13Delete deprecated Jackson access proxies.Jacques Nadeau
2015-09-13DRILL-3589: Update JDBC driver to shade and minimize dependencies.Jacques Nadeau
2015-09-13Disable TestExampleQueries.testTextPartitions() until DRILL-3774 is fixed.Jacques Nadeau
2015-09-13Reduce test time by not waiting 2 seconds for newly submitted tasks before sh...Jacques Nadeau
2015-09-13DRILL-3458: Enhancing Avro file format by support nested data types like unio...Kamesh
2015-09-13DRILL-3720: Avro Record Reader should process Avro files by per block basisKamesh
2015-09-13DRILL-2879: Enhancing extended json support for date in millies and binary wi...Kamesh
2015-09-13DRILL-3773: Fix Mongo FieldSelectionJason Altekruse
2015-09-13DRILL-3180: JDBC Storage Plugin updates.Jacques Nadeau
2015-09-10DRILL-3280, DRILL-3360, DRILL-3601, DRILL-3649: Add test casesHsuan-Yi Chu