felipecrv commented on PR #2697:
URL: https://github.com/apache/arrow-adbc/pull/2697#issuecomment-2797683121
> Is there anything in the unit tests for these? If not, is it
reasonable/possible to add anything for it?
The code doesn't seem very unit testable without actually connecting to a
BigQuery server, creating a partitioned table/view and then inspecting the
metadata.
```json
{"MaterializedView.AllowNonIncrementalDefinition": "false",
"MaterializedView.Query": "SELECT * FROM test_felipecrv.a",
"Location": "US", "TimePartitioning.Type": "MONTH", "Labels": "",
"TimePartitioning.Expiration": "72h0m0s", "NumRows": "0",
"NumBytes": "0", "ETag": "6RLDXSGfrJqAc2nJ1GFHhg==",
"FullID": "....:felipecrv.b_materialized_view",
"MaterializedView.RefreshInterval": "30m0s", "NumLongTermBytes": "0",
"Description": "",
"Type": "MATERIALIZED_VIEW",
"MaterializedView.EnableRefresh": "true",
"LastModifiedTime":
"2025-04-10T14:10:27.685-07:00",
"CreationTime": "2025-04-10T14:10:15.492-07:00",
"Name": "",
"TimePartitioning.Field": "txn_date",
"MaterializedView.LastRefreshTime": "2025-04-10T14:10:15.694-07:00",
"DefaultCollation": ""}
```
--
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]