druid/extensions-core
Peter Cunningham ede7cf9eef Added support for where clauses to JDBC lookups. (#4643)
* Added support for where clauses to filter lookup values on ingestion.

Added a filter field to the JDBC lookups that is used to generate a
where clause so that only rows matching the filter value will be
brought into Druid. Example being filter="SOMECOLUMN=1"

* Required changes based on code review.

* Required changes based on code review.

* Added support for where clauses to filter lookup values on ingestion.

Added a filter field to the JDBC lookups that is used to generate a
where clause so that only rows matching the filter value will be
brought into Druid. Example being filter="SOMECOLUMN=1"

* Updates based on code review, mainly formatting and small refactor of
the buildLookupQuery method.

* Fixed broken buildLookupQuery method

* Removed empty line.

* Updates per review comments
2017-08-09 10:47:46 -07:00
..
avro-extensions Enforce brace formatting with Checkstyle (#4564) 2017-07-21 10:26:59 -05:00
caffeine-cache Add PMD and prohibit unnecessary fully qualified class names in code (#4350) 2017-07-17 22:22:29 +09:00
datasketches Enforce correct spacing with Checkstyle (#4651) 2017-08-05 10:18:25 -07:00
druid-kerberos Enforce brace formatting with Checkstyle (#4564) 2017-07-21 10:26:59 -05:00
hdfs-storage Enforce correct spacing with Checkstyle (#4651) 2017-08-05 10:18:25 -07:00
histogram Polymorphic numeric getters for ColumnValueSelector (#4623) 2017-08-08 18:38:06 -07:00
kafka-eight Enforce correct spacing with Checkstyle (#4651) 2017-08-05 10:18:25 -07:00
kafka-extraction-namespace Enforce brace formatting with Checkstyle (#4564) 2017-07-21 10:26:59 -05:00
kafka-indexing-service Passing lockTimeout as a parameter for TaskLockbox.lock() (#4549) 2017-08-08 18:21:07 -07:00
lookups-cached-global Added support for where clauses to JDBC lookups. (#4643) 2017-08-09 10:47:46 -07:00
lookups-cached-single Enforce correct spacing with Checkstyle (#4651) 2017-08-05 10:18:25 -07:00
mysql-metadata-storage Enforce brace formatting with Checkstyle (#4564) 2017-07-21 10:26:59 -05:00
postgresql-metadata-storage Enforce correct spacing with Checkstyle (#4651) 2017-08-05 10:18:25 -07:00
protobuf-extensions Enforce correct spacing with Checkstyle (#4651) 2017-08-05 10:18:25 -07:00
s3-extensions Better logging for S3DataSegmentPuller `getVersion` (#4657) 2017-08-08 16:21:22 +03:00
simple-client-sslcontext TLS support (#4270) 2017-07-06 17:40:12 -07:00
stats Polymorphic numeric getters for ColumnValueSelector (#4623) 2017-08-08 18:38:06 -07:00