alamb opened a new issue, #1548:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1548

   This ticket tracks the work remaining to complete adding source location 
information into sqlparser
   
   ## Background
   - @Nyrox and @iffyio introduced the foundations for storing source location 
information in the AST nodes in 
https://github.com/apache/datafusion-sqlparser-rs/pull/1435. This information 
can be used to provide more specific error messages, and potentially syntax 
highlighting among other great things.
   - In order to 1. minimize the disruption to downstream projects that use 
`sqlparser-rs` and 2. avoid a single massive PR and 3. work together as a 
community, we are implementing this feature incrementally over several releases.
   
   Let's use this ticket to organize needed / remaining work. If you find 
additional features are needed / issues, please leave a comment on this ticket
   
   ## Tasks
   - [ ] Look into reducing AST size with smaller offset sizes (e.g. `u32` 
rather than `usize`)


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