-
# 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). …
-
Reported by Willy U from Google.
DB2 row validation fails, while column validations succeed.
Thanks for the prompt response, Sundar!
How should I run a row-by-row validation for a table for…
-
Test case:
```
CREATE TABLE dvt_test.tab_all_in_pk
(
id1 VARCHAR2(20) NOT NULL,
id2 VARCHAR2(20) NOT NULL
);
ALTER TABLE dvt_test.tab_all_in_pk ADD CONSTRAINT tab_all_in_pk_pk PRIMARY KEY…
-
### Does a duplicate issue exist?
- [X] I have searched the existing issues
### 🤔 Is feature request related to a problem? Please describe the problem.
_No response_
### 📝 Feature Request Descript…
-
**Is your feature request related to a problem?**
We need a comprehensive testing framework to validate **PPL ** commands in the **Spark** environment, ensuring that each new PPL (Spark) release me…
-
Issue Description
Problem: When using the mix generate text command with verbose set to false, and the following parameters:
Temperature: 0.1 or 0
Top p: 1
The LLM models seem to hallucinate mor…
-
Hello @rbygrave,
we have a search function in our application where users can search by different parameters, for example they search for German accounts (search by the two-digit country code).
Th…
-
### Search first
- [X] I searched and no similar issues were found
### Description
An issue has been encountered in the transition from Liquibase version 3.8.8 to 4.14.
Specifically, during the …
-
Sentry reports about failed descriptor validations are very unactionable. For example, see #57376.
Unactionable sentry reports are the worst. We should improve this situation by adding a zipped, an…
-
**Describe the problem**
When altering a decimal column to reduce the scale, we currently validate existing rows, which differs from PostgreSQL’s behavior.
**To Reproduce**
```
demo@127.0.0.…