-
Query parsing breaks after it encounters a INSERT statement.
```shell
docker run -it --name click --rm yandex/clickhouse-server clickhouse-local \
-q "select version(); create table t(v UInt32)…
-
1. create table
`CREATE TABLE event_t (
id BIGINT NOT NULL PRIMARY KEY,
site_id BIGINT FOREIGN KEY REFERENCES site_t (id),
eqid STRING,
serial_num STRING,
event_type_id BIGINT FOREIGN KEY REFERE…
-
https://risingwave-community.slack.com/archives/C03BW71523T/p1724178084269959
> another question, what about fields which are sometimes empty: "Undefined field" i receive the following error:
risi…
lmatz updated
3 weeks ago
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Parser not allowing computed column definition as…
-
The API currently only reports the number of non-critical errors and the last critical error for each input and output endpoint. Non-critical errors, e.g., parsing errors, can only be found in the log…
-
In Marquez, when collecting dataset metadata using the [DatasetAPI](https://marquezproject.github.io/marquez/openapi.html#tag/Datasets/paths/~1namespaces~1{namespace}~1datasets~1{dataset}/put), the ca…
-
I've got a GraphQL schema file that starts like this:
```graphql
type Address {
"""Primary key generated by table sequence"""
id: ID!
"""Sync status of the entity"""
syncStatus: Stri…
-
The parameters accepted by the constructor are not displayed
```js
/**
* @class
* @name Shape
* @param {string} parameters parameters of shape
*/
class Shape {
/**
* constructor
…
-
Currently, while parsing an email (.msg), the Email Analyser parses the body is a simple manner. So all the HTML formatting in the email is lost
```
| Company | Country |
|---|---|
| GOOG | US…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
I can bind a GET API request `Binance` header or parameter to a table property like `{{ Table1.so…