dongjoon-hyun commented on PR #1820: URL: https://github.com/apache/orc/pull/1820#issuecomment-1964748734
Here are the example. You can see that 404 Error for Apache Spark 3.5.0. ``` $ curl --head https://dlcdn.apache.org/spark/spark-3.5.1/spark-3.5.1.tgz HTTP/2 200 server: Apache last-modified: Thu, 15 Feb 2024 11:39:51 GMT etag: "21ae2b9-6116a15e24d57" access-control-allow-origin: * content-type: application/x-gzip via: 1.1 varnish, 1.1 varnish accept-ranges: bytes age: 21 date: Mon, 26 Feb 2024 17:48:04 GMT x-served-by: cache-hel1410020-HEL, cache-sjc10040-SJC x-cache: MISS, HIT x-cache-hits: 0, 0 x-timer: S1708969685.562024,VS0,VE45 content-length: 35316409 ``` ``` $ curl --head https://dlcdn.apache.org/spark/spark-3.5.0/spark-3.5.0.tgz HTTP/2 404 server: Apache content-type: text/html; charset=iso-8859-1 via: 1.1 varnish, 1.1 varnish accept-ranges: bytes date: Mon, 26 Feb 2024 17:48:11 GMT age: 0 x-served-by: cache-hel1410022-HEL, cache-sjc1000130-SJC x-cache: MISS, MISS x-cache-hits: 0, 0 x-timer: S1708969691.332510,VS0,VE511 content-length: 196 ``` -- 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]
