Closed japinli closed 11 months ago
which OS and OS version are you running on?
there are differences to some of the results based on OS and OS version, we've tried to catch the differences and give alternate versions of the expected output, but currently have versions for ubuntu/debian and macos.
@JerrySievert Here is my OS information.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
which OS and OS version are you running on?
there are differences to some of the results based on OS and OS version, we've tried to catch the differences and give alternate versions of the expected output, but currently have versions for ubuntu/debian and macos.
I retried on Ubuntu 22.04, all tests passed. Why it is depend on OS?
data length and alignment are specific to OS, which is why the numbers weren't matching.
we have two different test results: https://github.com/hydradatabase/hydra/blob/main/columnar/src/test/regress/expected/columnar_vacuum_udf.out and https://github.com/hydradatabase/hydra/blob/main/columnar/src/test/regress/expected/columnar_vacuum_udf_1.out - one is for macOS, and the other for ubuntu 22.04, which is what we run CI on.
@JerrySievert Thanks for your explanation! Got it.
What's wrong?
Hi,
When I try to use hydra columnar on PostgreSQL 14.10, the regressions tests columnar_vacuum_udf and columnar_cache cannot pass, here is the output:
I'm not sure how this happend, any suggestions?