Skip to content

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

@lmarqueto

Description

@lmarqueto

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