druid/docs/content
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
..
comparisons update compares some more (#3158) 2016-06-16 18:34:43 -07:00
configuration Fix bugs in RTR related to blacklisting, change default worker strategy (#4619) 2017-08-03 10:34:45 -07:00
dependencies Fix a bunch of broken links in the docs. 2016-03-23 10:21:28 -07:00
design Early publishing segments in the middle of data ingestion (#4238) 2017-07-10 22:35:36 -07:00
development Added support for where clauses to JDBC lookups. (#4643) 2017-08-09 10:47:46 -07:00
ingestion Passing lockTimeout as a parameter for TaskLockbox.lock() (#4549) 2017-08-08 18:21:07 -07:00
misc Add some new expression functions and macros. (#4442) 2017-06-28 10:15:58 -07:00
operations rolling upgrade order change to bring coordinator and overlord together (#4281) 2017-07-25 12:54:12 -05:00
querying Array-based aggregation for groupBy query (#4576) 2017-08-03 20:04:54 +03:00
tutorials Outdated property names (#4146) 2017-04-05 16:37:38 -07:00
toc.md TLS support (#4270) 2017-07-06 17:40:12 -07:00