LuciferYang commented on PR #12414: URL: https://github.com/apache/gravitino/pull/12414#issuecomment-5265843184
Agreed. Spark's versioning policy keeps 3.5.x on extended LTS through November 2027, while 3.3 and 3.4 are past their maintenance windows: the last releases were 3.3.4 and 3.4.4 (October 2024). This also answers the duplication question @diqiu50 raised. Under the strict one-directory-per-version layout, dropping 3.4 takes duplicated lines from 873 to 285, and the `v3.5` to `v3.4` module dependency disappears by construction, which is the cross-version edge principle 2 targets. The four `*34` converters merge back into their base classes, since `TimestampNTZType` and `UpdateColumnDefaultValue` exist on every remaining version. Final matrix: 3.5, 4.0, 4.1. One note: this stops publishing `gravitino-spark-connector-runtime-3.4`, same as 3.3. -- 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]
