aboutsummaryrefslogtreecommitdiff
path: root/contrib/data/pom.xml
AgeCommit message (Collapse)Author
2018-12-24[maven-release-plugin] prepare for next development iterationVitalii Diravka
2018-12-24[maven-release-plugin] prepare release drill-1.15.0Vitalii Diravka
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-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-10-19move version to 1.3.0-SNAPSHOTadeneche
2015-07-05Roll forward to 1.2.0-SNAPSHOT development versionsJacques Nadeau
2015-06-11DRILL-3200: Add Window functions: ROW_NUMBER, RANK, PERCENT_RANK, DENSE_RANK ↵adeneche
and CUME_DIST - enum WindowFrameRecordBatch.WindowFunction to handle supported window function and their corresponding output MajorType - renamed WindowFrameTemplate -> DefaultFrameTemplate, cleaned the template to handle the default frame efficiently: . a batch can be processed as soon as we find the last peer row of it's last row . once a batch is processed it can be safely released => we can transfer it's value vectors to the container instead of copying them - DefaultFrameTemplate.Partition tracks the current window frame and computes the following window functions automatically: row_number, rank, dense_rank, percent_rank, cume_dist. It doesn't need to aggregate the value vectors to compute these window functions - updated TestWindowFrame to check the results of row_number, rank, dense_rank, percent_rank and cume_dist in various cases . added a debug config option to MSorter to control the size of batches. This is needed by TestWindowFrame so it can use small test data files (20 rows per batch) . removed contrib/data/window-test-data - WindowFrameRecordBatch properly releases saved batches if the query stops prematurely - GenerateTestData can be used to generate test data for the window function unit tests [it's a work in progress and can be either improved to make it developer friendly or removed from the final patch] - using newly created WindowDataBatch in place of RecordDataBatch, to expose FragmentContext and VectorAccessible (fixes DRILL-3218) - window.enable is true by default
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-061908: new window function implementationadeneche
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-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-11Updating projects version to 0.6.0-incubating-SNAPSHOT.Aditya Kishore
2014-08-06Move to 0.5.0-incubating-SNAPSHOTJacques Nadeau
2014-07-29Update version to 0.4.0-incubating-SNAPSHOTJacques Nadeau
2014-03-26- Add TPC-H Data as test dependency (automatically downloads from s3 on ↵Jacques Nadeau
first execution) - Update avg function to divide using double instead of integers - Update classpath file system to return correct size information (to allow cp use of Parquet files) - Enhance BaseTestQuery to support all query types (sql, physical logical) and execution from file - Add TPC-H queries updated to use TPC-H test data (disabled) - Update field name matching to be case insensitive. - Treat CHAR literals like VARCHAR in Optiq - Add clear as part of VectorUtil - Add hash aggregation physical plan executions using tpch data.