fmguerreiro commented on PR #2319:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2319#issuecomment-4701425546

   closing this. the behavior it targets already works on main: in postgres, 
FULLTEXT and SPATIAL parse fine as column names through the existing catch-all 
in parse_optional_table_constraint, which calls prev_token() and returns 
Ok(None) for the unnamed case. ran this PR's four test cases against current 
main, all pass, so the guard added here is a no-op.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to