Copilot commented on code in PR #2404: URL: https://github.com/apache/auron/pull/2404#discussion_r3719453606
########## CONTRIBUTING.md: ########## @@ -142,6 +142,7 @@ integration is not supported for that Spark version and must not be passed to | 3.5 | 2.12 | 8+ | `rockylinux8` | 1.18 | 0.6 | 0.10 | 1.2 | 1.10.1 | 0.15 | | 4.0 | 2.13 | 17+ | `rockylinux8` | 1.18 | 0.6 | 0.10 | 1.2 | 1.10.1 | — | | 4.1 | 2.13 | 17+ | `rockylinux8` | 1.18 | 0.6 | 0.10 | 1.2 | — | — | +| 4.2 | 2.13 | 17+ | `rockylinux8` | - | - | - | - | — | — | Review Comment: The Spark 4.2 row uses placeholder dashes (`-`) for several dependency versions, while other rows provide explicit versions or `—`. This makes the version matrix ambiguous for contributors. Consider either filling in the intended versions (if known) or using a consistent marker like `TBD`/`—` and explaining what it means. -- 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]
