Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

When upgrade to datafusion 17, "thetasketch_distinct" test results in integration tests is different #617

@chunshao90

Description

@chunshao90

Describe this problem

After #601 , integration_tests/cases/local/02_function/thetasketch_distinct.sql test results in integration tests is different.

Steps to reproduce

cd integration_tests && make run

Expected behavior

Old result in integration_tests/cases/local/02_function/thetasketch_distinct.result is

arch,thetasketch_distinct(02_function_thetasketch_distinct_table.value),
String(StringBytes(b"x86")),Int64(115),
String(StringBytes(b"arm")),Int64(114),

New result is

arch,thetasketch_distinct(02_function_thetasketch_distinct_table.value),
String(StringBytes(b"x86")),Int64(115),
String(StringBytes(b"arm")),Int64(117),

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions