lliangyu-lin commented on PR #1865:
URL: https://github.com/apache/iceberg-rust/pull/1865#issuecomment-3605116920
Hi @kaori-seasons, thanks for helping out! My original intention of the
issue is to keep it simple for the first version of sql logic test framework
and iterate from there.
My thought on the design of catalog in the schedule file will be something
like
```
[catalog]
[CATALOG_NAME] = {
type = "[CATALOG_TYPE]",
properties = {
key1 = val1,
key2 = val2,
...
}
}
```
and we don't need to specify which engine uses which catalog to keep things
simpler (I think most test scenarios just needs one shared catalog).
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]