Skip to content

Conversation

rustyconover
Copy link
Contributor

Updated two instances where LogicalType::BIGINT was mistakenly used instead of ROW_TYPE when handling the COLUMN_IDENTIFIER_ROW_ID pseudo-column. This change aligns the code with the rest of the project for consistency and clarity.

…_ROW_ID

Updated two instances where LogicalType::BIGINT was mistakenly used instead of ROW_TYPE when handling the COLUMN_IDENTIFIER_ROW_ID pseudo-column. This change aligns the code with the rest of the project for consistency and clarity.
@Mytherin Mytherin merged commit d79e66b into duckdb:main Oct 23, 2024
41 checks passed
@Mytherin
Copy link
Collaborator

Thanks! LGTM

@rustyconover rustyconover deleted the fix_cleanup_bigint_vs_row_type_usage branch October 23, 2024 12:27
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Nov 2, 2024
fix: standardize usage of LogicalType::ROW_TYPE for COLUMN_IDENTIFIER_ROW_ID (duckdb/duckdb#14480)
Bug in percentage calculation in query_graph (duckdb/duckdb#14494)
bump vss (duckdb/duckdb#14493)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Nov 2, 2024
fix: standardize usage of LogicalType::ROW_TYPE for COLUMN_IDENTIFIER_ROW_ID (duckdb/duckdb#14480)
Bug in percentage calculation in query_graph (duckdb/duckdb#14494)
bump vss (duckdb/duckdb#14493)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants