-
We have seen some CI jobs failing over the weekend with this issue:
```
08:34:04 ../../src/main/python/orc_test.py::test_read_nested_pruning[false-orc-{'spark.rapids.sql.format.orc.reader.type': 'MU…
-
### Bug description
If you have a `date` field in an SQL Server database and you try to run a prisma query to filter over it, the query will not return any records or throw any errors.
I attache…
-
After applying the 7.2.1.6 update on the client's computer, I adjusted the compatibility level in the database properties options tab from SQL Server 2008 to SQL Server 2019 and saved the changes as y…
-
Nanomq crashes receiving approx more than 3 messages with small payload if the messages applied for the mysql rule:
`sql = "SELECT topic, clientid, username, timestamp, payload FROM \"+/test\""`
…
-
https://github.com/serge-rider/dbeaver
-
### Description
PlanBuilder is a utility created to make it more convenient to create query plans in Velox when writing unit tests. Given its convenience, with time client codebases started using P…
-
I am using RLI configuration and while upserting and deleting getting error as describe below
**Expected behavior**
it should work end to end with RLI index enable
**Environment Description*…
-
### Bug description
It seems that when creating a query and using the UNION keyword, the return sets all values to NULLABLE
### How to reproduce
SQL Query
```sql
-- @param {String} $1:searc…
-
### Describe the usage question you have. Please include as many useful details as possible.
Hi Team,
If things goes well, we will be using Arrow Flight SQL Server.
We will be publishing …
-
**Describe the problem**
For query 7 in TPC-H benchmark:
```sql
select
supp_nation,
cust_nation,
l_year,
sum(volume) as revenue
from
(
select
n1.…