Skip to content

sql mode multiline comment lead to more than one sql string split error #3254

Closed
@hiliny

Description

@hiliny

Is there an existing issue for this?

  • I have searched the existing issues

Description

what i expect is where i use sql mode, multiline comment dont cause multi sql string split failed

Steps To Reproduce

copy this sql below to demo.gethue.com editor and you will get the error

/**

  1. some1
  2. some2
    **/
    -- selet *

SELECT * FROM employee1;

-- some else
SELECT * FROM employee_txt;

Logs

No response

Hue version

open source current master

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

BUGIssue type for reporting failure due to bug in functionalityPrevent stale

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions