chenkovsky closed pull request #1971: feat: support datetime_field as expr for
bigquery
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1971
--
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
chenkovsky commented on code in PR #1971:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1971#discussion_r2229741103
##
tests/sqlparser_bigquery.rs:
##
@@ -2566,3 +2566,101 @@ fn test_struct_trailing_and_nested_bracket() {
)
);
}
+
+#[test]
+fn test_
iffyio commented on code in PR #1971:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1971#discussion_r2229289934
##
tests/sqlparser_bigquery.rs:
##
@@ -2566,3 +2566,101 @@ fn test_struct_trailing_and_nested_bracket() {
)
);
}
+
+#[test]
+fn test_date
chenkovsky commented on code in PR #1971:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1971#discussion_r2226952924
##
tests/sqlparser_bigquery.rs:
##
@@ -2566,3 +2566,101 @@ fn test_struct_trailing_and_nested_bracket() {
)
);
}
+
+#[test]
+fn test_
chenkovsky commented on code in PR #1971:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1971#discussion_r2226952924
##
tests/sqlparser_bigquery.rs:
##
@@ -2566,3 +2566,101 @@ fn test_struct_trailing_and_nested_bracket() {
)
);
}
+
+#[test]
+fn test_
chenkovsky commented on code in PR #1971:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1971#discussion_r2226952924
##
tests/sqlparser_bigquery.rs:
##
@@ -2566,3 +2566,101 @@ fn test_struct_trailing_and_nested_bracket() {
)
);
}
+
+#[test]
+fn test_
chenkovsky commented on code in PR #1971:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1971#discussion_r2226952924
##
tests/sqlparser_bigquery.rs:
##
@@ -2566,3 +2566,101 @@ fn test_struct_trailing_and_nested_bracket() {
)
);
}
+
+#[test]
+fn test_
iffyio commented on code in PR #1971:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1971#discussion_r2226209387
##
tests/sqlparser_bigquery.rs:
##
@@ -2566,3 +2566,101 @@ fn test_struct_trailing_and_nested_bracket() {
)
);
}
+
+#[test]
+fn test_date
chenkovsky opened a new pull request, #1971:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1971
bigquery supports
```
SELECT DATETIME_TRUNC(CURRENT_DATETIME, WEEK(MONDAY))
```
`WEEK(MONDAY)` should be parsed to datetime_field
--
This is an automated messa