LucaCappelletti94 opened a new pull request, #2543:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2543

   This PR renders compound field access with spaces around `.` when adjacent 
to a numeric expression (e.g. `1 . i` or `(a . 1 . b)`), preventing tokens from 
merging into decimal numeric literals on roundtrip display.
   
   ```sql
   SELECT (1 . i);
   -- Formatted as: SELECT (1.i)
   -- Re-parse error: Expected: ), found: i


-- 
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