chore(deps): update dependency duckdb/duckdb to v1.1.0#299
Merged
renovate[bot] merged 1 commit intomainfrom Sep 9, 2024
Merged
chore(deps): update dependency duckdb/duckdb to v1.1.0#299renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
d-issy
approved these changes
Sep 9, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.0->v1.1.0Release Notes
duckdb/duckdb (duckdb/duckdb)
v1.1.0: DuckDB 1.1.0 "Eatoni"Compare Source
This release of DuckDB is named "Eatoni" after Eaton's pintail (Anas Eatoni) from the southern Indian Ocean.
Please also refer to the announcement blog post: https://duckdb.org/2024/09/09/announcing-duckdb-110
What's Changed
MultiFileReaderfilename configurable by @lnkuiper in https://github.com/duckdb/duckdb/pull/11178featureby @Tishj in https://github.com/duckdb/duckdb/pull/11082ROW_GROUPS_PER_FILEfor Parquet by @lnkuiper in https://github.com/duckdb/duckdb/pull/11249FileBufferTypeby @lnkuiper in https://github.com/duckdb/duckdb/pull/11417schemainput argument toDuckDB.Appenderconstructor by @curtd in https://github.com/duckdb/duckdb/pull/12174JEMALLOC_RETAINby @lnkuiper in https://github.com/duckdb/duckdb/pull/12185hive_partitioning.hppby @Tishj in https://github.com/duckdb/duckdb/pull/12302STANDARD_VECTOR_SIZEandBLOCK_ALLOC_SIZEcan now be set through the Makefile by @Tishj in https://github.com/duckdb/duckdb/pull/12164DO UPDATE SETexpressions by @Tishj in https://github.com/duckdb/duckdb/pull/11866pandas_analyze_samplesetting by @Tishj in https://github.com/duckdb/duckdb/pull/11706dbgengenerate data in parallel by @Mytherin in https://github.com/duckdb/duckdb/pull/12337TIMESTAMP_MS,TIMESTAMP_S,TIMESTAMP_NSfromDATEvalues by @akoshchiy in https://github.com/duckdb/duckdb/pull/12352BufferHandleinStandardBufferManager::Pinby @lnkuiper in https://github.com/duckdb/duckdb/pull/12391RETURN_FILESparameter toCOPY TOby @lnkuiper in https://github.com/duckdb/duckdb/pull/12220--disable-timeoutflag by @Tishj in https://github.com/duckdb/duckdb/pull/12387$$quotes in query strings by @lnkuiper in https://github.com/duckdb/duckdb/pull/12405duckdb_execute_preparedby @Tishj in https://github.com/duckdb/duckdb/pull/12414AppendDefaultby @Tishj in https://github.com/duckdb/duckdb/pull/11905rangeandgenerate_seriestable in-out functions, and fix several issues with table in-out functions by @Mytherin in https://github.com/duckdb/duckdb/pull/12431execute/executemanyby @Tishj in https://github.com/duckdb/duckdb/pull/12434list_valuefor primitive types for significantly improved performance by @Mytherin in https://github.com/duckdb/duckdb/pull/12468PhysicalBatchCopyToFileby @Tishj in https://github.com/duckdb/duckdb/pull/12459duckdb_create_configby @Tishj in https://github.com/duckdb/duckdb/pull/12465ClientContext::ExecuteTaskInternalby @Tishj in https://github.com/duckdb/duckdb/pull/12483make generate-filesif the python code generation fails by @Tishj in https://github.com/duckdb/duckdb/pull/12500EXTRACT(year/month/day FROM date/timestamp)by @Mytherin in https://github.com/duckdb/duckdb/pull/12499datetimeandtimedeltacolumns by @Tishj in https://github.com/duckdb/duckdb/pull/12519'string'by @Tishj in https://github.com/duckdb/duckdb/pull/12511arg_min(ANY, ANY)by @Mytherin in https://github.com/duckdb/duckdb/pull/12532histogramfunction by @Mytherin in https://github.com/duckdb/duckdb/pull/12538DO NOTHINGby @Tishj in https://github.com/duckdb/duckdb/pull/12554equi_width_binsfunction to compute histogram boundaries by @Mytherin in https://github.com/duckdb/duckdb/pull/12574np.nan, deprecated alias starting with NumPy 2.0 by @Tishj in https://github.com/duckdb/duckdb/pull/12583bind_expressioncallback to scalar function, and use it to turntypeofinto aBoundConstantExpressionby @Mytherin in https://github.com/duckdb/duckdb/pull/12580can_cast_implicitlyscalar function by @Mytherin in https://github.com/duckdb/duckdb/pull/12581histogramandhistogram_valuestable macro, and add support for default table macros (similar to how we support default macros) by @Mytherin in https://github.com/duckdb/duckdb/pull/12590table_descriptionstruct to query various information about the table. by @Tishj in https://github.com/duckdb/duckdb/pull/12460.benchmarkfiles by @maiadegraaf in https://github.com/duckdb/duckdb/pull/12598OwningStringMap- and reworkhistogramandmodefunctions to use this by @Mytherin in https://github.com/duckdb/duckdb/pull/12601modeaggregate by @Mytherin in https://github.com/duckdb/duckdb/pull/12619quantileaggregate - clean up code & supportquantile_disc/medianfor all types by @Mytherin in https://github.com/duckdb/duckdb/pull/12630histogram_exactfunction that adds values to bins only if they match exactly, and addothercolumn that contains values that do not fit in any bin by @Mytherin in https://github.com/duckdb/duckdb/pull/12650approx_top_kaggregate based on the (Filtered) Space-Saving algorithm, and use it in histogram by @Mytherin in https://github.com/duckdb/duckdb/pull/12653std::stringinlistaggregate - and use more efficientmemcpyfor batched copy by @Mytherin in https://github.com/duckdb/duckdb/pull/12694union_by_nameso that files are no longer kept open by @Mytherin in https://github.com/duckdb/duckdb/pull/12730read_jsonmethod by @Tishj in https://github.com/duckdb/duckdb/pull/12732ArrowQueryResultby @Tishj in https://github.com/duckdb/duckdb/pull/12496Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.