Re: [PR] fix: spark version in integration_tests [iceberg-rust]

2025-01-17 Thread via GitHub
kevinjqliu commented on PR #894: URL: https://github.com/apache/iceberg-rust/pull/894#issuecomment-2598806141 @liurenjie1024 yea i was thinking of that too, i opened https://github.com/apache/iceberg-python/issues/1527 on the python side to track this -- This is an automated message from

Re: [PR] fix: spark version in integration_tests [iceberg-rust]

2025-01-16 Thread via GitHub
liurenjie1024 merged PR #894: URL: https://github.com/apache/iceberg-rust/pull/894 -- 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: issues-unsubscr...@ic

Re: [PR] fix: spark version in integration_tests [iceberg-rust]

2025-01-16 Thread via GitHub
liurenjie1024 commented on PR #894: URL: https://github.com/apache/iceberg-rust/pull/894#issuecomment-2597512269 > PyIceberg is currently blocked on using `3.5.4` so we have to use `archive.apache.org` for the older version. > > If we use `dlcdn.apache.org`, we would run into this iss

Re: [PR] fix: spark version in integration_tests [iceberg-rust]

2025-01-16 Thread via GitHub
kevinjqliu commented on PR #894: URL: https://github.com/apache/iceberg-rust/pull/894#issuecomment-2596321989 PyIceberg is currently blocked on using `3.5.4` so we have to use `archive.apache.org` for the older version. If we use `dlcdn.apache.org`, we would run into this issue on ev

Re: [PR] fix: spark version in integration_tests [iceberg-rust]

2025-01-16 Thread via GitHub
feniljain commented on PR #894: URL: https://github.com/apache/iceberg-rust/pull/894#issuecomment-2596309262 Ohh, we recently moved away from archive [here](https://github.com/apache/iceberg-rust/pull/773) Tho comment posted by you seems more recent and by original author (@Fokko) of

[PR] fix: spark version in integration_tests [iceberg-rust]

2025-01-16 Thread via GitHub
feniljain opened a new pull request, #894: URL: https://github.com/apache/iceberg-rust/pull/894 ## Issue - Spark 3.5.3 seems to have disappeared from [here](https://dlcdn.apache.org/spark/), there's 3.5.4 instead, so upgrading to that ## Question - Is there any way to k