Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

In the Bigquery apostrophes to delimiter decription string not work #177

Copy link
Copy link
@lmarqueto

Description

@lmarqueto
Issue body actions

Describe the bug
In the Bigquery when we use apostrophes to delimiter description string in options make parse fail

To Reproduce
This fail
CREATE TABLE data.test ( col STRING OPTIONS(description='test') ) OPTIONS(description='test');
and this work

CREATE TABLE data.test ( col STRING OPTIONS(description="test") ) OPTIONS(description="test");

Expected behavior
Both statements should parsed

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.