-
**Affected version**: `1.7.0` (this works with `1.6.3`).
I'm able to demonstrate the issue, though I still don't fully get what's happening and why alias generation/mapping is not working anymore.
…
ALMMa updated
2 years ago
-
### Is your feature request related to a problem or challenge?
As @adriangb observes in https://github.com/apache/datafusion/pull/12978, there is often special case handling for equality predicates l…
alamb updated
1 month ago
-
I am opening an issue because because I would like to first have a small feedback if I am thinking this correctly to not lose too much time here. This is kind of a follow up from https://github.com/sw…
-
In sequences, returning a value from predicates only confuses users. For example, `start = "a" &. "b"` returns `["a", "", "b"]`, on input "ab", but users expect `["a", "b"]`.
This means predicates wo…
-
The predicates `getNumberOfCommentLines()` and `getNumberOfLinesOfCode()` are currently defined for `Top`, however they only seem to have results for the following CodeQL classes (list might be incomp…
-
Given the following query:
```json
{
"message": {
"query_graph": {
"edges": {
"t_edge": {
"attribute_constraints": [],
"knowledge_type": "inferred",
…
-
Hello there. I find it very nice to have an analog for `Applicative` for `Contravariant` functors. But it feels like something is missing; where are our nice `Traversable`s?
It seems like there is …
-
| --- | --- |
| Bugzilla Link | [507096](https://bugs.eclipse.org/bugs/show_bug.cgi?id=507096) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Nov 05, 2016 05:34 EDT |
| Modified | May…
-
(cql/where (in :MONTH/date [1 2]))
results in
# :clojureql.predicates.APredicate{:stmt ["MONTH/date IN (?,?)"], :env [[1 2]]}
while
(cql/where (= :MONTH/date 2))
results in
# :clojureql.predicates.AP…
-
In cases where a sum type is transcribed as a series of interfaces and a union type:
```
export type U = A | B | C;
export interface A {
tag: "A";
contents: ...
}
export interface B {…