-
Hi,
After fixing other building errors like the one reported in #44, the following error happens after starting opennsa in Debian 12 I get the following error:
```
2024-05-08 20:57:30Z [-] Unha…
-
Is it possible to support implicit use of `future` plans, perhaps utilizing `future.apply::future_lapply`?
For an example:
```r
data(iris)
setDT(iris)
iris[, lapply(.SD, mean), by = Species]
…
-
Hello, i don't know if this idea has been already discussed,
but i think that could be helpful to have an method updateByWhere.
I've done this method for me
``` php
public function updateByWhe…
-
**Describe the bug**
```sql
SELECT 1 as number, data FROM table_name; --works
SELECT 'string' as string, data FROM table_name; --doesn't work
```
**To Reproduce**
Steps to reproduce the beha…
-
From Dan Piponi on G+:
> So pretty please can we have a table of operator precedence near the index of symbols in the HoTT book? I know I'm not the only one who has trouble with this when reading pap…
-
I'm attempting to connect to a MySQL database hosted in RDS, but am running into issues actually running queries against it. I know the connection is working because I can enumerate the tables, but ca…
-
Hi,
As requested opening a bug report.
I have few tables with partitions and some of them show me this error in diff command -
command : skeema diff --debug
response:
The original state ("fro…
-
when i am using ksql,i met the following errors:
Could not determine output schema for query due to error: Non-aggregate SELECT expression(s) not part of GROUP BY:PRODUCTID
Either add the column(s) …
-
### Is your feature request related to a problem or challenge?
At query time, our use case requires that we evaluate predicates against in-memory data that may have a schema that is a subset of the t…
-
### Current Behavior
I have a production instance currently running version 4.9.1.
After upgrading it to version 4.10.0, I encountered an issue while attempting to add a project, resulting in a 5…