-
Notifications
You must be signed in to change notification settings - Fork 618
Fix tests for new data type Geometry. issue is created and planned #2679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 To request another review, post a new comment with "/windsurf-review".
| } | ||
|
|
||
| assertTrue(nestedTypes.isEmpty(), "Nested types " + nestedTypes + " not found"); | ||
| if (ClickHouseVersion.of(getServerVersion()).check("(,25.10]")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version check range "(,25.10]" excludes 25.10 from the lower bound and includes it in the upper bound. However, this means the condition will never be true for exactly version 25.10. Consider using "[,25.10]" to include 25.10 in both bounds, or adjust the range based on the exact version where the behavior changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry too confusing to understand why upper bound should be included in lower bound.
This expression means that any version from 0 to 25.10 else (when 25.11 or later) do something different.
Client V2 CoverageCoverage Report
Class Coverage
|
|



Summary
Geometryto enum. Implementation issue is [client-v2] Add newGeometrytype #2678ObjectChecklist
Delete items not relevant to your PR: