kou commented on issue #41678:
URL: https://github.com/apache/arrow/issues/41678#issuecomment-2113496926

   Ah, 
https://apache.jfrog.io/artifactory/arrow/debian/apache-arrow-keyring.gpg is 
deprecated by `apache-arrow-apt-source-latest*.deb` and it's not updated.
   
   You need to use  https://dist.apache.org/repos/dist/release/arrow/KEYS 
instead:
   
   ```bash
   curl https://downloads.apache.org/arrow/KEYS | gpg --no-default-keyring 
--keyring /tmp/apache-arrow-apt-source.gpg --import -
   ```
   
   Similar issue: #40967


-- 
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]

Reply via email to