Skip to content

Result Set Sorting#372

Merged
jtnelson merged 44 commits intodevelopfrom
feature/sorting
Jun 29, 2019
Merged

Result Set Sorting#372
jtnelson merged 44 commits intodevelopfrom
feature/sorting

Conversation

@jtnelson
Copy link
Member

No description provided.

javierlores and others added 22 commits April 6, 2019 18:09
* created Order Builder

* Removed where chained call

* Fixed Order

* spotless apply

* Renamed classes

* Moved files to lang.sort package

* Added Sort alias for Order

* Spotless apply

* Readded removed line

* SpotlessApply

* Refactor Order builder a bit

* doc updates

* fix formatting
* Page builder

* Spotless apply

* Moved files to pagination package

* Added abstract methods definitions

* Added thrift methods

* Spotless apply

* Revert pagination merge

* Removed pagination methods

* Splotless apply

* DO NOT MERGE: slight refactor to Order class

* Improve handling of implicitly built Criteria (#366)

* Refactor Criteria to be an interface that applies to all buildable states

* Remove driver methods that took a generic Object criteria parameter. These are now unnecessary since the Criteria interface is implemented by BuiildableState

* update changelog

* fix formatting

* Deprecate Criteria#getCclString in favor of Criteria#ccl

* make method final

* Revert "make method final"

This reverts commit 367400b.

* add method stubs that take an Order specification

* fix formatting

* refactor Order logic to accept timestamps

* add constructs to convert between java and thrift order types

* add implementation stubs for driver methods

* generate plugin support for Order paraemter

* fix a bug in PrettyLinkedTableMap when printing null values

* add ManagedConcourseServer impl

* interim state

* doc update

* checkpoint

* fix formatting

* doc update

* set version number to 0.10.0

* another checkpoint

* fix formatting

* set accent4j dependency to release version

* new client side data collections must use linked collections to preserve order returned from server

* fix formatting

* use null to signal that Order.none() should be used

* Fix the project specicif gradlew scripts to properly accept flags

* CON-649: Prevent unreadable database state when stopping Concourse Server in the middle of indexing (#367)

* CON-649: Add unit test to attempt a repro

* add FileSystem#ls method that takes a Path paramter

* add factory methods that take a Path parameter

* detect when a Block is malformed (e.g. partially written to disk) and throw an Exception

* handle malformed Blocks

* fix formatting

* skip tests

* update changelog

* CON-654: Make background tasks responsive to Database shutdown request (#369)

* set version number to 0.10.0

* CON-654: Make database async tasks (loading, accepting and syncing writes) responsive to stop request.

Use traditional ExecutorService to signal that background threads should stop when Database is stopping. Also use a thread factory that doesn't categorize async threads as daemon threads

* compiler hints

* Fix unit test failure

* update changelog

* update unit test

* allow ete tests to run during build

* fix formatting

* Revert "allow ete tests to run during build"

This reverts commit bf58928.

* fix gradlew script

* Fix the project specicif gradlew scripts to properly accept flags

* make unit test more meaningful

* fix formatting

* Rename ResultIndex => DataIndex and ResultProjection => DataProjection

* make class private

* Use constant for null order

* add integration test for Order

* add more integration tests
@jtnelson jtnelson merged commit fc8c2c0 into develop Jun 29, 2019
@jtnelson jtnelson deleted the feature/sorting branch June 29, 2019 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants