This is an automated email from the ASF dual-hosted git repository.

LucaCappelletti94 pushed a change to branch span-drop-statements
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git


 discard 39a76656f Record the first and last token of DROP statements for their 
spans
 discard a982e7073 Check that node spans start and end on their rendered tokens
 discard fd1d1d7c4 Check the span of every parsed node against a recorded 
baseline
 discard 058564712 Add NodeRef::variant_name
 discard da3394f76 Add Visitor::pre_visit_node and post_visit_node for every 
AST node
     add 667e81d7f Snowflake: Parse structured ARRAY types (#2488)
     add 7953f0fa6 Add Visitor::pre_visit_node and post_visit_node for every 
AST node
     add 9babe28e6 Add NodeRef::variant_name
     add e3defd21b Check the span of every parsed node against a recorded 
baseline
     add 93b1ff079 Check that node spans start and end on their rendered tokens
     add aa8adcb24 Record span findings of structured ARRAY types
     add ce822d462 Record span findings without reading the committed baseline
     new ef1bb38bb Record the first and last token of DROP statements for their 
spans

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (39a76656f)
            \
             N -- N -- N   refs/heads/span-drop-statements (ef1bb38bb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/span_oracle.md           |  6 +++---
 src/ast/data_type.rs          |  5 +++++
 src/dialect/clickhouse.rs     |  4 ++++
 src/dialect/mod.rs            | 16 ++++++++++++++++
 src/dialect/snowflake.rs      |  9 +++++++++
 src/parser/mod.rs             | 28 +++++++++++++++++++++++-----
 src/test_utils/span_oracle.rs | 14 +++++++++-----
 tests/span_baseline.tsv       | 17 +++++++++++++++++
 tests/sqlparser_clickhouse.rs | 10 ++++++++++
 tests/sqlparser_snowflake.rs  | 24 ++++++++++++++++++++++++
 10 files changed, 120 insertions(+), 13 deletions(-)


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

Reply via email to