Skip to content
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

Fix Nothing DataType serde #390

Merged
merged 4 commits into from
Dec 14, 2021
Merged

Conversation

sundy-li
Copy link
Member

Fixes #389

@sundy-li sundy-li requested a review from pan3793 December 12, 2021 13:05
@codecov
Copy link

codecov bot commented Dec 12, 2021

Codecov Report

Merging #390 (ae386cf) into master (7a770bd) will increase coverage by 0.02%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #390      +/-   ##
============================================
+ Coverage     62.41%   62.43%   +0.02%     
- Complexity     1249     1250       +1     
============================================
  Files           135      135              
  Lines          6638     6640       +2     
  Branches        516      516              
============================================
+ Hits           4143     4146       +3     
  Misses         2219     2219              
+ Partials        276      275       -1     
Impacted Files Coverage Δ
.../housepower/data/type/complex/DataTypeNothing.java 50.00% <50.00%> (ø)
...om/github/housepower/jdbc/ClickHouseResultSet.java 59.86% <0.00%> (+1.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a770bd...ae386cf. Read the comment docs.

import com.github.housepower.misc.SQLLexer;
import com.github.housepower.serde.BinaryDeserializer;
import com.github.housepower.serde.BinarySerializer;

import java.io.IOException;
import java.sql.SQLException;
import java.sql.Types;
Copy link
Member

Choose a reason for hiding this comment

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

unnecessary change

Copy link
Member

@pan3793 pan3793 Dec 13, 2021

Choose a reason for hiding this comment

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

the import order changed again...

@pan3793
Copy link
Member

pan3793 commented Dec 13, 2021

Let's avoid unnecessary changes to make this patch portable

@wallace-clickhouse
Copy link

@sundy-li @pan3793
Could the community launch a release package based on the fixed version?
Thank you!

@sundy-li sundy-li merged commit 6f464fc into housepower:master Dec 14, 2021
pan3793 pushed a commit that referenced this pull request Dec 22, 2021
* Fix Nothing DataType serde

* Fix Nothing DataType serde

* Fix Nothing DataType serde

* Fix Lint
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.

"select null as aa,null as bb" is not supported in ClickHouse-Native-JDBC
3 participants