You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "tikkss (via GitHub)" <gi...@apache.org> on 2023/09/21 21:31:46 UTC

[GitHub] [arrow-flight-sql-postgresql] tikkss opened a new issue, #145: `--output-document` of `wget` seems missed in install doc

tikkss opened a new issue, #145:
URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/145

   Looks like the `--output-document` of `wget` seems missed in [Install source documentation](https://arrow.apache.org/flight-sql-postgresql/devel/install.html#source). `wget` saved as `closer.lua?action=download&filename=arrow%2Fapache-arrow-flight-sql-postgresql-0.1.0%2Fapache-arrow-flight-sql-postgresql-0.1.0.tar.gz` without `--output-document`. Unable to extract because the file name is different.
   
   https://github.com/apache/arrow-flight-sql-postgresql/blob/d2ee5170ebbd9f0e664c02c9464d3ab2e98a573b/doc/source/install.md?plain=1#L80-L81
   
   Maybe, add to `--output-document` (`-O`) will fix it.
   
   ```diff
   -wget "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-flight-sql-postgresql-${version}/apache-arrow-flight-sql-postgresql-${version}.tar.gz"
   +wget "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-flight-sql-postgresql-${version}/apache-arrow-flight-sql-postgresql-${version}.tar.gz" -O apache-arrow-flight-sql-postgresql-${version}.tar.gz
   ```
   


-- 
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-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-flight-sql-postgresql] kou commented on issue #145: `--output-document` of `wget` seems missed in install doc

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #145:
URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/145#issuecomment-1730341805

   Ah, you're right.
   Could you open a PR for this?


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-flight-sql-postgresql] kou commented on issue #145: `--output-document` of `wget` seems missed in install doc

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #145:
URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/145#issuecomment-1730342709

   Could you use `--output-file=apache-...` instead of `-O arrow-...`?
   I want to use long option style as much as possible because it's more self descriptive.


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-flight-sql-postgresql] tikkss commented on issue #145: `--output-document` of `wget` seems missed in install doc

Posted by "tikkss (via GitHub)" <gi...@apache.org>.
tikkss commented on issue #145:
URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/145#issuecomment-1730751219

   Sure!
   
   Thanks for your polite explanation. I would like to use long option style.


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-flight-sql-postgresql] kou closed issue #145: `--output-document` of `wget` seems missed in install doc

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #145: `--output-document` of `wget` seems missed in install doc
URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/145


-- 
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-unsubscribe@arrow.apache.org

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