Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-24 Thread via GitHub
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

Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-24 Thread via GitHub
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_

Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-24 Thread via GitHub
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

Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
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_

Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
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_

Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
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_

Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
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_

Re: [PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
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

[PR] feat: support datetime_field as expr for bigquery [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
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