-
Emacs stores temporary dot files, e. g., program.c when edited and unsaved for `auto-saved-timeout` seconds will be copied to something like `.#program.c` and written on disk. This file shows up as o…
-
A list of items that need to be fixed from the warnings we get when we run the tests from the root directory:
```
py.test tests --reuse-db
```
- [ ] Replace active_phase
>`active_phase` is d…
m4ra updated
2 months ago
-
### Is your feature request related to a problem or challenge?
We have several forms of predicate pushdown in DataFusion's Parquet reader. The code path taken depends on the exact data layout and pre…
alamb updated
3 months ago
-
### 🔎 Search Terms
narrowing, assertion function
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about everything
### ⏯…
-
Currently when Tripod saves a changeset it:
1. Determines all of the subjects that have been changed and each subject's changed predicates
2. Stores the changes to CBD collections
3. Fetches all of th…
-
The value reference definitions for strings, numbers and arrays include the ability to use rules and predicates, but the spec does not include this structure for color values. It seems possible if ju…
-
arjan updated
10 years ago
-
I have the following grammar:
```antlr
start: rule EOF;
rule: rule suffix | value;
suffix: {!isParentRule(ContextualRuleContext.class)}? 'bar' contextualRule;
contextualRule: rule;
value: 'foo…
-
## Step 4: Anatomy of a query
Now let's analyze what you have written. A CodeQL query has the following basic structure:
```ql
import /* ... path to some CodeQL libraries ... */
from /* ... …
-
Predicate pushdown not happening for ElasticSearch, where ElasticSearch Keywords or "limit" not propagating to tablescan.
Here is communication thread from Slack:
[https://app.slack.com/client/TFK…