kou commented on PR #46530: URL: https://github.com/apache/arrow/pull/46530#issuecomment-3222108308
If we use the YAML approach, I want to replace the all existing testers with YAML configurations. In the case, we may want to specify multiple YAML files. For example: apache/arrow provides one YAML file for all known implementations: ```bash archery integration ... --config /.../apache/arrow/dev/archery/data/builtins.yaml ... ``` apache/arrow provides one YAML file per known implementation: ```bash archery integration ... --config=/.../apache/arrow/dev/archery/data/{cpp,go,js}.yaml ... ``` Each repository provides a YAML file for their implementation: ```bash archery integration ... \ --config=/.../apache/arrow/dev/archery/data/cpp.yaml --config=/.../apache/arrow-go/integration/archery.yaml --config=/.../apache/arrow-js/integration/archery.yaml ... ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org