-
1) The current sql_test documentation implies that the SQL has to be a SELECT statement. It would be nice if it also addressed how stored procedures could fit into this. In general, the structure of t…
-
```
JOIN::optimize sql_optimizer.cc:206
Tianmu::core::optimize_select engine_execute.cpp:352
```
**Tianmu::core::Engine::HandleSelect engine_execute.cpp:225**
```
Tianmu::dbhandler::TIANMU_Handl…
-
We would rather handle the creation of these in another process using an account with the appropriate privileges
-
In alcune occasioni il database degli utenti autenticati (t23-g1-db) riceve uno Shutdown e viene chiuso.
Il problema è sistematico ma non sono stato ancora in grado di riprodurre la causa specifica c…
-
Hello guys,
Help here. The same command works on pandas but does not work on dask:
Pandas
```
import pandas as pd
sql = """SELECT t1.NR_SEQL_SLCT_CPR
FROM ORANDPOW0000.SLCT_CPR_PRD_P…
-
An unusual CI failure:
```
Test AES SOFT_LRU diskUndo diskResult traceLevelFile throttle:1
ERROR: new TestCrashAPI().init(test).testCase(218194067); // Bug 160803166 id=-480 callCount=465 openCou…
-
### Describe the bug
SQLAlchemy generates incorrect SQL for Values queries on SQLite and MariaDB. The code example is for SQLite.
### To Reproduce
```python
import sqlalchemy as sa
myvalues = sa…
-
When we disable spark.oap.sql.columnar.preferColumnar and set spark.oap.sql.columnar.joinOptimizationLevel equal to 6. The query plan of continuous joining of q64.sql cannot successfully go back to va…
-
`[korma "0.4.2"]`
Continued from #58
Google BigQuery fails when multiple JOIN expression are parenthesized. This can be easily reproduced by the following queries:
``` clojure
# KORMA FORM
{:wher…
-
**What is the bug?**
When a field that contains array values is used in an ORDER BY clause, the comparisons are performed using only the first element of the array values.
Consider an index with t…