alamb commented on code in PR #8894:
URL: https://github.com/apache/arrow-datafusion/pull/8894#discussion_r1466821074
##########
Cargo.toml:
##########
@@ -70,7 +70,7 @@ parquet = { version = "50.0.0", default-features = false,
features = ["arrow", "
rand = "0.8"
rstest = "0.18.0"
serde_json = "1"
-sqlparser = { version = "0.41.0", features = ["visitor"] }
+sqlparser = { git = "https://github.com/sqlparser-rs/sqlparser-rs", rev =
"c7d2903c6d1d1a98e6e6203c5cfd54acb9aeca16", features = ["visitor"] }
Review Comment:
I think we need to wait for sqlparser to be released -- see
https://github.com/sqlparser-rs/sqlparser-rs/issues/1074 prior to merging
this. However I plan to work on releasing sqlparser later today so I think we
should be good shortly
##########
docs/source/user-guide/sql/operators.md:
##########
@@ -263,6 +263,58 @@ Not Regex Case-Insensitive Match
+---------------------------------------------------+
```
+### `~~`
Review Comment:
❤️
--
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]