Skip to content

Conversation

@mzitnik
Copy link
Contributor

@mzitnik mzitnik commented Oct 11, 2025

Summary

Exposes several methods in SerializerUtils to the public so serialization logic can be reused.

Checklist

Delete items not relevant to your PR:

  • Closes #
  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG
  • For significant changes, documentation in https://github.com/ClickHouse/clickhouse-docs was updated with further explanations or tutorials

@mzitnik mzitnik requested a review from chernser October 11, 2025 14:43
Copy link

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 🤙

💡 To request another review, post a new comment with "/windsurf-review".

}

private static void serializeTupleData(OutputStream stream, Object value, ClickHouseColumn column) throws IOException {
public static void serializeTupleData(OutputStream stream, Object value, ClickHouseColumn column) throws IOException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Class will be redesigned and API will be changed.
Even it is in internal package please put a short javadoc for each exposed method

/** 
   DO NOT USE - part of internal API that will be changed
*/

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
41.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@mzitnik mzitnik merged commit 1469ac7 into main Oct 13, 2025
18 of 22 checks passed
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.

3 participants