cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.

Home Page:https://www.cockroachlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weird QualifiedName.Base ("\xc8rray") panics on reproduce

tbg opened this issue · comments

culprit: Base: (parser.Name) (len=5) "\xc8rray",
full AST and error: see
https://gist.github.com/tschottdorf/3913a87b72061b2f6f65

(#gofuzz @dvyukov)

Can you add the original query that fails to parse?

I didn't save that unfortunately. But looking at the AST again, it's got an ArrayIndirection and looks like it crashed there as well - so maybe it's just a dupe of #1941?

I'm not able to reproduce an error here. I'm going to close. Reopen or create a new issue if you see this again and be sure to provide the original query.