kou commented on PR #45401:
URL: https://github.com/apache/arrow/pull/45401#issuecomment-2632767704

   Sorry for testing without explanation.
   
   Crossbow uses 
https://github.com/apache/arrow/blob/31747f067a6ae29eca2d9bc68748500a8163d83e/dev/archery/archery/crossbow/core.py#L753
 for generating version. 
   
   It uses `apache-arrow-20.0.0.dev` tag on `main`. But we want to use 
`apache-arrow-19.0.0` on `maint-19.0.1`.
   
   deb packages:
   * use source archive for RC and release
   * build source archive from the current Git tree
   
   See also: 
https://github.com/apache/arrow/blob/31747f067a6ae29eca2d9bc68748500a8163d83e/dev/tasks/linux-packages/apache-arrow/Rakefile#L36-L46
   
   If we use `--arrow-version 19.0.1`, deb packages use 
https://dist.apache.org/repos/dist/dev/arrow/.../apache-arrow-19.0.1.tar.gz . 
But it doesn't exist yet.
   
   If we use `--arrow-version 19.0.1.devXXX`, deb packages build source archive 
from the current Git tree. We can use any `devXXX` such as `dev13` for it. We 
should use it not `--arrow-version 19.0.1` for this maint-19.0.1 status check.
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to