aboutsummaryrefslogtreecommitdiff
path: root/exec/pom.xml
AgeCommit message (Collapse)Author
2018-07-25[maven-release-plugin] prepare for next development iterationBen-Zvi
2018-07-25[maven-release-plugin] prepare release drill-1.14.0Ben-Zvi
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
closes #1207
2018-04-13DRILL-6311: No logging information in drillbit.log / drillbit.outSorabh Hamirwasia
closes #1202
2018-03-14Update version to 1.14.0-SNAPSHOTParth Chandra
2017-12-15Update version to 1.13.0-SNAPSHOTArina Ielchiieva
2017-07-30Update version to 1.12.0-SNAPSHOTArina Ielchiieva
2017-03-14Update version to 1.11.0-SNAPSHOTJinfeng Ni
2016-11-29Update version to 1.10.0-SNAPSHOTSudheesh Katkam
2016-08-30Update version to 1.9.0-SNAPSHOT.Jinfeng Ni
2016-06-28Update version to 1.8.0-SNAPSHOT.Aman Sinha
2016-03-10Update version to 1.7.0-SNAPSHOTParth Chandra
2016-02-19Update version to 1.6.0-SNAPSHOTJason Altekruse
2015-12-08Roll forward to 1.5.0-SNAPSHOTvkorukanti
2015-11-12Roll forward to 1.4.0-SNAPSHOTJacques Nadeau
2015-11-12DRILL-3987: (MOVE) Extract RPC, memory-base and memory-impl as separate modules.Jacques Nadeau
2015-11-12DRILL-3987: (MOVE) Extract key vector, field reader, complex/field writer ↵Jacques Nadeau
classes.
2015-10-19move version to 1.3.0-SNAPSHOTadeneche
2015-07-05Roll forward to 1.2.0-SNAPSHOT development versionsJacques Nadeau
2015-05-19Roll forward to 1.1.0-SNAPSHOT versionJacques Nadeau
2015-05-03Updating to version 1.0.0-SNAPSHOTAditya Kishore
2015-03-26Update to version 0.9.0-SNAPSHOTJacques Nadeau
2015-03-17DRILL-2406: part 1 - Remove interpreter generation, add new reflection based ↵Jason Altekruse
expression interpretation. Changed interpreted evaluation to run the setup method after the input parameters have been set using reflection so they are available in the case where the inputs are constant and are used in the setup method. Changes that were originally committed in later patches for 2060 and 2173, as they are needed for this to run on its own: - Change to DrillSimpleFuncHolder that belongs with the interpreter refactoring. - ValueHolderHelper changes needed for interpreter refactoring. Updates after review comments from Jinfeng: Change the DrillSimpleFunc creation in the new interpreter to use a direct reference to the class type of the Function rather than the class name. Add test case for 'like' function evaluated in the interpreter (has a meaningful setup method that uses one of the inputs to initialize a pattern matcher) Update from Aman's review: Add a test case for using a cast in interpreted expression evaluation.
2014-12-05Bump version to 0.8.0-SNAPSHOTMehant Baid
2014-12-02DRILL-1803: Update version to TLP and remove reference to incubator in README.mdJacques Nadeau
2014-11-05DRILL-1548: Remove jdbc-all from default buildHanifi Gunes
* Allow devs to individually disable maven modules from build * Removed duplicate dependency "pentaho:mondrian-data-foodmart-json" from exec/java-exec/pom.xml * Removed duplicate dependency "com.mapr.hadoop:maprfs" from distribution/pom.xml
2014-10-07Setting to SNAPSHOT version, (missed while collecting the stale PRs)Aditya Kishore
2014-10-07Updating projects version to 0.7.0-incubating-SNAPSHOT.Aditya Kishore
The following pull requests have been either been merged or closed as of this release. closes #1 (via 207f2e4) closes #3 (*No longer relevant*) closes #8 (via cb3132a) closes #11 (via 727adb7, a73512d) closes #12 (*Issue fixed via DRILL-88*) closes #13 (*Closed as Won't Fix*) closes #14 (via f0be80d) closes #17 (via a38856c) closes #35 (via 741aab0) closes #60 (via 1648195) closes #64 (Resolved as part of other function merges) closes #65 (via 28dd76a) closes #66 (via 4862b2b) closes #67 (via 2ca9c90)
2014-09-23DRILL-1383: Support interpreted execution for Drill expression tree.Jinfeng Ni
Fix OOM while running InterpreterBuilder
2014-09-11Updating projects version to 0.6.0-incubating-SNAPSHOT.Aditya Kishore
2014-08-06DRILL-632: JDBC single jar build failing, too many classesAditya Kishore
2014-08-06Move to 0.5.0-incubating-SNAPSHOTJacques Nadeau
2014-07-29Update version to 0.4.0-incubating-SNAPSHOTJacques Nadeau
2014-06-25DRILL-1067: RPC layer improvementsJacques Nadeau
- Unfork Netty and upgrade to 4.0.20.Final - Create support for EPOLL native impl on Linux (disable by providing -Ddrill.exec.disable_linux_epoll=false) - Move BitData connection to Multiplex with DataTunnel level backpressure
2014-05-04Rename SQLParser to exec/jdbc. Rename jdbc-all to exec/jdbc-allJacques Nadeau
2014-03-03DRILL-257: Move SQL parsing to server side.Jacques Nadeau
Switch to Avatica based JDBC driver. Update QuerySubmitter to support SQL queries. Update SqlAccesors to support getObject() Remove ref, clean up SQL packages some. Various performance fixes. Updating result set so first set of results must be returned before control is return to client to allow metadata to populate for aggressive tools like sqlline Move timeout functionality to TestTools. Update Expression materializer so that it will return a nullable int if a field is not found. Update Project record batch to support simple wildcard queries. Updates to move JSON record reader test to expecting VarCharVector.getObject to return a String rather than a byte[].
2013-09-10[maven-release-plugin] prepare for next development iterationJacques Nadeau
2013-09-10[maven-release-plugin] prepare release drill-1.0.0-m1Jacques Nadeau
2013-09-10DRILL-221, part 3. More license updates. Automatically run Rat plugin with ↵Jacques Nadeau
appropriate excludes. Move Synth-log to sandbox until it is part of main mvn build to avoid weird RAT problems.
2013-09-10DRILL-221: continued, add Apache header to poms. Update checksum plugin to ↵Jacques Nadeau
not fail on pom projects.
2013-09-10[maven-release-plugin] rollback the release of drill-1.0.0-m1Jacques Nadeau
2013-09-06[maven-release-plugin] prepare for next development iterationJacques Nadeau
2013-09-06[maven-release-plugin] prepare release drill-1.0.0-m1Jacques Nadeau
2013-09-06[maven-release-plugin] rollback the release of drill-1.0.0-m1Jacques Nadeau
2013-09-05[maven-release-plugin] prepare for next development iterationJacques Nadeau
2013-09-05[maven-release-plugin] prepare release drill-1.0.0-m1Jacques Nadeau
2013-09-05[maven-release-plugin] rollback the release of drill-root-1.0.0-m1Jacques Nadeau
2013-09-04[maven-release-plugin] prepare for next development iterationJacques Nadeau
2013-09-04[maven-release-plugin] prepare release drill-root-1.0.0-m1Jacques Nadeau
2013-09-04DRILL-165: Reorganize directories (moves only)Jacques Nadeau