Skip to content

Delta scan error from s3 bucket on linux #194

@kapteinkaald

Description

@kapteinkaald

When reading with deltascan from a s3 bucket (a google bucket as test case): Illegal instruction (core dumped)

Edit:
delta version: 10f6824 installed from core_nightly
duckdb version: 1.2.2
query:
SELECT *
FROM delta_scan('{location}')
WHERE mmsi = '{mmsi}'
AND to_datetime <= '{to_datetime}'
ORDER BY from_datetime DESC

Activity

changed the title [-]Deltas can from s3 bucket with linux[/-] [+]Delta scan from s3 bucket with linux[/+] on May 20, 2025
changed the title [-]Delta scan from s3 bucket with linux[/-] [+]Delta scan error from s3 bucket with linux[/+] on May 20, 2025
changed the title [-]Delta scan error from s3 bucket with linux[/-] [+]Delta scan error from s3 bucket on linux[/+] on May 20, 2025
samansmink

samansmink commented on May 21, 2025

@samansmink
Collaborator

@kapteinkaald thanks for reporting, would you mind providing a bit more info so I can try to reproduce this?

  • version of extension + duckdb
  • the query that produced the crash
  • (ideally) a copy of the test data to reproduce the crash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @samansmink@kapteinkaald

        Issue actions

          Delta scan error from s3 bucket on linux · Issue #194 · duckdb/duckdb-delta