mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-16 13:04:58 +00:00
Remove most instances of #[cfg(feature(bigdecimal))]
in tests (#910)
This commit is contained in:
parent
a50671d95d
commit
4efe55dd8a
8 changed files with 28 additions and 90 deletions
|
@ -1731,7 +1731,6 @@ fn parse_select_having() {
|
|||
assert!(select.having.is_some());
|
||||
}
|
||||
|
||||
#[cfg(feature = "bigdecimal")]
|
||||
#[test]
|
||||
fn parse_select_qualify() {
|
||||
let sql = "SELECT i, p, o FROM qt QUALIFY ROW_NUMBER() OVER (PARTITION BY p ORDER BY o) = 1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue