-
### Describe the enhancement requested
When dealing with #43495, I found that the current AVX2 specialized swiss join functions in [1] are not wired anywhere. (Please correct me if anyone sees them w…
-
### Is your feature request related to a problem? Please describe.
When using `.11ty.js` templates, shortcodes are accessed using `this` (as per [docs](https://www.11ty.dev/docs/shortcodes/)).
It …
-
Part of https://github.com/apache/datafusion/issues/11752 and https://github.com/apache/datafusion/issues/11790
Currently, a call to `REGEXP_MATCH ` with a Utf8View datatypes induces a cast. After …
-
This is a follow on to https://github.com/apache/arrow-datafusion/issues/3058 as we have made significant progress since @kmitchener originally posted that
“Write cool software and _tell people a…
alamb updated
1 month ago
-
Currently in TypeScript, function declarations cannot be typed in the same way as function expressions, e.g. this function can implement the `React.FC` interface:
interface TestProps {
…
-
There are [few nice features](https://symfony.com/blog/twig-adds-filter-map-and-reduce-features) were added to Twig.
Please add support for this features. At current stage compilation process fails…
-
Just to signal that I wrote an enhanced interface to SQL that is in https://github.com/jllipatz/SQL. That's just WIP...
_Originally posted by @jllipatz in https://github.com/ddotta/parquetize/issue…
-
Out of curiosity I ran Yampa's test suite on bearriver, by chaning the dependency on Yampa to bearriver. First I discovered that some functions such as `snap` and `delay` that exist on Yampa, aren't …
-
**TL;DR:** `(() => {}());` should report an error.
In regular functions expressions it's allowed to form IIEFs by invoking the function by putting parentheses immediately after the expression like …
-
Support for querying / writing JSON values, similar to SQLite's support (https://www.sqlite.org/json1.html) and PG's support (https://www.postgresql.org/docs/14/functions-json.html).
Ideally should…