You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation errors and update tests after upstream sync
- Add missing `pos` field to State initializer in tokenizer hint parsing
- Remove spurious `sample` reference that leaked into PassThroughQuery Display
- Add `sample` AfterTableAlias check back to Derived Display
- Add missing doc comments to sigma types (InExpr, PassThroughQuery, TokenWithRange)
required by upstream's new #![forbid(missing_docs)]
- Remove unfulfilled #![expect(clippy::unnecessary_unwrap)] from lib.rs
- Add has_colon: true to JsonPath initializers in Snowflake-style colon-path tests
- Update Databricks a:['b'] test to use new ColonBracket AST node (upstream change)
- Exclude DatabricksDialect from parse_array_subscript test since Databricks uses
`:` for JSON paths, conflicting with array slice syntax arr[1:2]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments