aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec
AgeCommit message (Expand)Author
2015-05-07DRILL-2376: In UnionAllRecordBactch, the mechansim to detect schema change is...Hsuan-Yi Chu
2015-05-07DRILL-2408 (part 2): CTAS should not create empty folders when underlying que...adeneche
2015-05-07DRILL-2508: Added a wrapper class for OptionValue to include status Option st...Sudheesh Katkam
2015-05-07DRILL-2535, DRILL-2561: Fixed column names in the profile pageSudheesh Katkam
2015-05-07DRILL-2772: Added state, total fragments and foreman to profile pageSudheesh Katkam
2015-05-07DRILL-2569: Fixed operator path truncation in profile pageSudheesh Katkam
2015-05-07DRILL-2536: Display memory usage > 1KB ("-" otherwise)Sudheesh Katkam
2015-05-07DRILL-1545: Allow custom extensions for json filesPaul Pearcy
2015-05-07DRILL-1460: part 2 - make convert_fromJSON function consistent with the defau...Jason Altekruse
2015-05-07DRILL-1460: Implement "read_numbers_as_double" option for JSON readerAdamPD
2015-05-07DRILL-2942: Enable access to epoll mode using system property -Ddrill.exec.en...Jacques Nadeau
2015-05-07DRILL-2969: Have scanners report metrics in profile.Jacques Nadeau
2015-05-07DRILL-2927: Correctly timeout query if a queue doesn't deplete within expecte...Jacques Nadeau
2015-05-07DRILL-2006: Updated Text reader. Increases variations of text files Drill ca...Jacques Nadeau
2015-05-07DRILL-2959: Make sure to close out compression codecs and associated resources.Jacques Nadeau
2015-05-06DRILL-2932: Fix: Error reported via System.out rather than exception messagedbarclay
2015-05-06DRILL-2963: Fix NestedLoopJoinBatch when left batch is emptyMehant Baid
2015-05-06DRILL-2433: Add support for implicit casting between date and timestamp in jo...Mehant Baid
2015-05-06DRILL-2962: Enhance scalar check to recurse below single-input rels. Bump u...Aman Sinha
2015-05-05DRILL-2884: 2-Hygiene: Associated cleanup, mostly of DrillResultSetImpl.dbarclay
2015-05-05DRILL-2951: Schema not getting specified when direct drillbit is specified i...Parth Chandra
2015-05-05DRILL-2423: Show proper message when trying to drop an unknown view.vkorukanti
2015-05-05DRILL-2598: Throw validation error if CREATE VIEW/CTAS contains duplicate col...vkorukanti
2015-05-05DRILL-2902: Add support for context functions: user (synonyms session_user an...vkorukanti
2015-05-04DRILL-2221: Do not skip writing an empty listSudheesh Katkam
2015-05-04DRILL-1827: Unit test framework fix, expected and actual results were flipped...Jason Altekruse
2015-05-04DRILL-2533: Use Math.round() instead of casting to longSudheesh Katkam
2015-05-03DRILL-2943: Parse uppercase 'E' for scientific notation.Aman Sinha
2015-05-03Updating to version 1.0.0-SNAPSHOTAditya Kishore
2015-05-02DRILL-2940, DRILL-2847: Improve Memory CharacteristicsJacques Nadeau
2015-05-02DRILL-2826: Simplify and centralize Operator CleanupJacques Nadeau
2015-05-01DRILL-2811: Fix connection to individual drill bit. Allow port to be optional.Parth Chandra
2015-04-30DRILL-2916: Allow system option to revert to old assignment logicSteven Phillips
2015-04-30DRILL-2916: Correctly set minimum per fragment in AssignmentCreatorSteven Phillips
2015-04-29DRILL-2916: Fix bug in assignment codeSteven Phillips
2015-04-29DRILL-2181: Flatten function in order by, group by, distinct, aggregate funct...Hsuan-Yi Chu
2015-04-29DRILL-2896: Fix TestComplexTypeReader.testRepeatedJsonvkorukanti
2015-04-29Disable TestDrillbitResilienceJacques Nadeau
2015-04-29DRILL-2901: Additional fragment state fixes due to cancellation during variou...Jacques Nadeau
2015-04-29DRILL-2842: Fix reading of parquet files with large file level metadata.Jason Altekruse
2015-04-29DRILL-2898: Update fragment executor to capture OutOfMemory exceptions and re...Jacques Nadeau
2015-04-29DRILL-2999: Update max query per node for sort to any positive value.Jacques Nadeau
2015-04-28DRILL-2094: Test cases addedHsuan-Yi Chu
2015-04-28DRILL-1957: Support nested loop join planning in order to enable NOT-IN, Ineq...Aman Sinha
2015-04-28DRILL-2872: Result from json file returns data from repeated type fields as "...Parth Chandra
2015-04-28DRILL-2292: CTAS broken when we have repeated mapsadeneche
2015-04-28DRILL-2725: Faster work assignment logicSteven Phillips
2015-04-28DRILL-2479: Added test case for correlated EXISTS with IN subquery (fix is in...Aman Sinha
2015-04-27DRILL-2083: Fix bug in merging receiverSteven Phillips
2015-04-27DRILL-2858: Refactor hash expression construction in InsertLocalExchangeVisit...vkorukanti