-
### Description
2024-11-14 10:04:01.899 - SQL 错误 [42000]: 第 20 行, 第 1 列[COMMENT]附近出现错误:
语法分析出错
org.jkiss.dbeaver.model.sql.DBSQLException: SQL 错误 [42000]: 第 20 行, 第 1 列[COMMENT]附近出现错误:
语法分析出错
…
-
### Feature description
The sql_table source/resource is hard coded to use the operator ge (`>=`) when comparing data with incremental state (or le (`>=`) depending on the incremental function/sort o…
-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
**Describe the problem you faced**
Query suite toy example
Hudi 0.14
spark 3.4
when we do merge into with extra condition I got error MIT failed
```
MERGE INTO hudi_table_mor_2_partition_col…
-
### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.0
### What version of `d…
-
### Description
I would like the ability to configure a SQL cell to display its result using a mo.ui.table - similarly to what can be done if the SQL is executed in a Python cell.
Immediate benef…
-
Ability to get CREATE TABLE statement in easy way.
-
There is a FORCE mode in drop table. https://docs.starrocks.io/docs/sql-reference/sql-statements/table_bucket_part_index/DROP_TABLE/, which drop the table directly and cannot be recovered.
However, t…
-
Automatic statistics (delivered in 19.1) can consume a large number of resources and take a large amount of time in certain circumstances. Using the vectorized execution framework for stats can reduce…
-
**Is your feature request related to a problem? Please describe.**
When i do analyses of creating sql scripts, i often need to analyze how many records there is in a table, to do a impact analysis.
…