You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Behavior change is limited to deterministic ordering in getTypeInfo() plus additional integration coverage; no core query execution or data conversion logic is modified.
Overview
Adds an integration test (testTimeAndDateTimeCompatibleWithJDBCTime) that verifies both legacy DateTime-backed time values and native ClickHouse Time/Time64 (25.6+, behind allow_experimental_time_time64_type) can be read via ResultSet#getTime(...) and that associated date/time components match expectations.
Aligns DatabaseMetaDataImpl#getTypeInfo() output with v1 behavior by adding an ORDER BY name to the system.data_type_families query, making type metadata ordering deterministic.
Written by Cursor Bugbot for commit 9853a0d. This will update automatically on new commits. Configure here.
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
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.
Summary
Checklist
Delete items not relevant to your PR:
Note
Low Risk
Behavior change is limited to deterministic ordering in
getTypeInfo()plus additional integration coverage; no core query execution or data conversion logic is modified.Overview
Adds an integration test (
testTimeAndDateTimeCompatibleWithJDBCTime) that verifies both legacyDateTime-backed time values and native ClickHouseTime/Time64(25.6+, behindallow_experimental_time_time64_type) can be read viaResultSet#getTime(...)and that associated date/time components match expectations.Aligns
DatabaseMetaDataImpl#getTypeInfo()output with v1 behavior by adding anORDER BY nameto thesystem.data_type_familiesquery, making type metadata ordering deterministic.Written by Cursor Bugbot for commit 9853a0d. This will update automatically on new commits. Configure here.