exyi / pg2parquet

Export PostgreSQL table or query into Parquet file
Apache License 2.0
57 stars 11 forks source link

add --version #14

Closed asah closed 7 months ago

exyi commented 7 months ago

Thanks! I didn't know it was this was possible.

The failing CI is just the riscv build, you don't have to care about that. It's a fragile cross-compilation, I don't think unsupported ISA subset 'z' error is your fault. I'll maybe fix it sometime

asah commented 7 months ago

sweet. fyi it's breaking the build (reliably) on RISC-V. I'm diagnosing this now.

On Thu, Jan 18, 2024 at 10:30 AM Standa Lukeš @.***> wrote:

Merged #14 https://github.com/exyi/pg2parquet/pull/14 into main.

— Reply to this email directly, view it on GitHub https://github.com/exyi/pg2parquet/pull/14#event-11526772722, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABCFYUOA5R6P7SORTGOKN3YPE52NAVCNFSM6AAAAABCAOTYZ2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGUZDMNZXGI3TEMQ . You are receiving this because you authored the thread.Message ID: @.***>

asah commented 7 months ago

I've reproduced the issue in a local cross compiler environment.

On Thu, Jan 18, 2024 at 10:48 AM Adam S @.***> wrote:

sweet. fyi it's breaking the build (reliably) on RISC-V. I'm diagnosing this now.

On Thu, Jan 18, 2024 at 10:30 AM Standa Lukeš @.***> wrote:

Merged #14 https://github.com/exyi/pg2parquet/pull/14 into main.

— Reply to this email directly, view it on GitHub https://github.com/exyi/pg2parquet/pull/14#event-11526772722, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABCFYUOA5R6P7SORTGOKN3YPE52NAVCNFSM6AAAAABCAOTYZ2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGUZDMNZXGI3TEMQ . You are receiving this because you authored the thread.Message ID: @.***>

asah commented 7 months ago

ugh - can't seem to fix it... giving up... apt-get install libssl-dev:risv64 is failing in ubuntu/x86 and in CI.

On Thu, Jan 18, 2024 at 11:12 AM Adam S @.***> wrote:

I've reproduced the issue in a local cross compiler environment.

On Thu, Jan 18, 2024 at 10:48 AM Adam S @.***> wrote:

sweet. fyi it's breaking the build (reliably) on RISC-V. I'm diagnosing this now.

On Thu, Jan 18, 2024 at 10:30 AM Standa Lukeš @.***> wrote:

Merged #14 https://github.com/exyi/pg2parquet/pull/14 into main.

— Reply to this email directly, view it on GitHub https://github.com/exyi/pg2parquet/pull/14#event-11526772722, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABCFYUOA5R6P7SORTGOKN3YPE52NAVCNFSM6AAAAABCAOTYZ2VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGUZDMNZXGI3TEMQ . You are receiving this because you authored the thread.Message ID: @.***>

exyi commented 7 months ago

Thanks for trying anyway. The RiscV target is not exactly important, I only set it up to try how does rust cross-compilation work. I will remove TLS support from that build (#16) and hope it doesn't break again on some more essential feature