-
```
What steps will reproduce the problem?
1.Put the attached file lineitem.tbl onto HDFS
2.Run the attached query hdfs_long.1.ddl.aql
What is the expected output? What do you see instead?
It should …
-
Following SQL statement causes parser error when selecting` create_or_alter_ddl_trigger` rule :
````sql
CREATE TRIGGER TRIGGER1
ON T1
FOR UPDATE
AS .......
CREATE TRIGGER TRIGGER1
ON T1
…
-
## plugins.server_audit2 fails
```diff
--- mysql-test/suite/plugins/t/server_audit2.test
+++ mysql-test/suite/plugins/t/server_audit2.test
@@ -35,8 +35,10 @@ set global server_audit_logging=on;
…
-
(split off from #41)
- [ ] Figure out what's up with the ndjson source. Although staging the external table works well enough, I see this error as soon as I try to to query it: `error message: JSON…
-
Hello, Do you have any plans to support DDL and other statements in parser?
Maybe you can give a few words on future plans for that project?
-
### SQL
CREATE TABLE t1 (
ts TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6)
);
### Error
ignoring error parsing DDL 'CREATE TABLE t1 (ts TIMESTAMP(6) DEFAULT CURRENT…
-
This is mentioned briefly in #7518, but worth fleshing out what useful support would look like.
This would be support for the various statements described [here](https://www.postgresql.org/docs/11/…
-
DDL解析关于获取字段长度精度以及是否为空的函数怎么获取呢?
`String ddl = "CREATE TABLE `tableP` (\n" +
" `rate` double(10,2) DEFAULT NULL,\n" +
" `id` int(10) NOT NULL AUTO_INCREMENT,\n" +
…
-
[2019-10-29 13:28:31,706] ERROR Unexpected exception while processing record 'ConsumerRecord(topic = test.hist, partition = 0, leaderEpoch = 0, offset = 336, CreateTime = 1572317612899, serialized key…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
On MySQL, it is possible to run the statem…