Skip to content

duckdb: support hive partitioning and 'filename' column - #9540

Merged
myrrc merged 1 commit into
developfrom
myrrc/duckdb-hive
Aug 21, 2026
Merged

duckdb: support hive partitioning and 'filename' column#9540
myrrc merged 1 commit into
developfrom
myrrc/duckdb-hive

Conversation

@myrrc

@myrrc myrrc commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Support hive partitioning (without explicit hive schema) and 'filename' column in duckdb.

Resolves: #7746

Signed-off-by: Mikhail Kot <mikhail@spiraldb.com>
@myrrc myrrc added changelog/feature A new feature ext/duckdb Relates to the DuckDB integration labels Aug 21, 2026
@myrrc
myrrc enabled auto-merge (squash) August 21, 2026 16:45
@myrrc myrrc mentioned this pull request Aug 21, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 21, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 12.05%

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 1 improved benchmark
✅ 1980 untouched benchmarks
⏩ 54 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation cold_misaligned[(16, 64)] 429.3 µs 383.1 µs +12.05%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing myrrc/duckdb-hive (c64c045) with develop (68cdf00)

Open in CodSpeed

Footnotes

  1. 54 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@myrrc
myrrc merged commit f623d85 into develop Aug 21, 2026
114 of 116 checks passed
@myrrc
myrrc deleted the myrrc/duckdb-hive branch August 21, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/feature A new feature ext/duckdb Relates to the DuckDB integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hive partitioning in DuckDB

2 participants