-
### Describe the bug
I was trying to set parquet writer option to 2.0 in datafusion-cli and got the following confusing error message:
```
❯ copy src_table to 'table.parquet' (format parquet,writer…
-
We need the engine to support scalar function evaluation within extension calls, as follows:
```typescript
use extension ... as my_extension;
action my_action($string_val) public {
$my_v…
-
The SQL statement I want to parse is:
```sql
CREATE TABLE `funds_sale` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '',
PRIMARY KEY (`id`, `cid`),
UNIQUE KEY `uk_bill_str` (`cid`, `bi…
-
### Describe the bug
```sql
create table x (s string, ts timestamp) timestamp(ts) partition by day;
```
Query
```sql
COUNT(SELECT DISTINCT s FROM x WHERE right(s, 1)='/');
```
leads to the…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Version or Commit ID
68e50f7
### Other environment information
_No response_
### Actual behavior an…
-
**Software versions**
MySqlConnector version: 2.2.7
Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 5.7 & 8.0 AWS RDS
.NET version: 4.8
**Describe the bug**
Not sure if this is a …
-
### Is your feature request related to a problem or challenge?
A lot of DBs and table formats (e.g. Delta Lake) rely on one form or another of MVCC, whererby writes to a given table will result in …
-
## Bug Report
streaming query always interrupted
ShardingSphere-Proxy version:5.4.1
Java 1.8
### ShardingSphere-Proxy ERROR
```[ERROR] 2024-02-06 15:57:24.574 [ShardingSphere-Command-6] o.a.s.p…
-
The following query works:
`INSERT INTO table_a WITH table_b AS (SELECT * FROM table_c) SELECT * FROM table_b`
But when adding an extra parenthesis around the WITH statement the same query fails t…
-
I am trying (for several hours now) to get this package to run:
See this github repo for more details:
[ Firefox Places DB Analytics Application ](https://github.com/AndrewRPorter/my-analytics/…