-
The Comparable that's passed to a `Predicate` has to be thread-safe.
`java.util.Date` is a Java in-built class that implements the `Comparable` interface which is NOT thread safe.
The `Predicate` i…
-
**Describe the bug**
We are using spring cloud mvc 4.1.5. Its working perfectly fine while accessing an external URL. But its returning 500 when accessing service URL
**Sample**
Below is the spri…
-
One detail that I sweep under the rug is that we discuss the truth value of conditional propositions in Definition 2.18 and then take for granted that we can apply the same structure to conditional st…
-
https://github.com/cockroachdb/cockroach/issues/61284 is an example of the fragility around using column resolution by name for partial index predicates. The way this works in the code is hard to unde…
-
In many `.tq` files in `tests` directory, I see the predicates:
- note
- time
- query
- answer
where can I find information about these predicates and/or more information about the format `.t…
-
Follow up to #22 by @HealsCodes:
I've been playing around with Predicates + ManagedModels but always run into a dead-end seemingly because Model properties aren't [exposed to the underlying Objecti…
-
## Enhancement
```
mysql> CREATE TABLE t1 (
-> risk_id varchar(32) NOT NULL,
-> tran_id int NOT NULL,
-> KEY (`risk_id`)
-> );
mysql> CREATE TABLE t2 (
-> risk_id varchar…
-
This is an enhancement based on user's intention, not a priority.
When there is no filter or filter has nothing to do with the column to run histogram on, we use min/max from metadata. But when…
-
For example there is a `boundBy` predicate as in `promoter boundBy tf`, and there is also a `bindsTo` predicate as in `tf bindsTo promoter`.
My concerns about this:
1. It doubles the number of t…
-
We need a way for the config files to specify the mutation recipes. This is a little awkward since we have a predicate for the target soil. Maybe we have a fixed set of predicates, and the config file…