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

Logging problem existed in enum, ipv4, ipv6, boolean type #49

Closed
Jasmine-ge opened this issue Jul 29, 2024 · 0 comments · Fixed by #53
Closed

Logging problem existed in enum, ipv4, ipv6, boolean type #49

Jasmine-ge opened this issue Jul 29, 2024 · 0 comments · Fixed by #53
Assignees
Labels
bug Something isn't working

Comments

@Jasmine-ge
Copy link
Contributor

Jasmine-ge commented Jul 29, 2024

For certain data types, although the tests can successfully run, the log will throw out errors.
Related logs:

2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: ipv4[class java.lang.Long]
2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: ipv4[class java.lang.Long]
2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: ipv4[class java.lang.Long]
2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: ipv4[class java.lang.Long]
2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: ipv6[class java.math.BigInteger]
2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: bool[class java.lang.Byte]
2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: bool[class java.lang.Byte]
2024-07-29 11:37:12 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: bool[class java.lang.Byte]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusPreparedInsertStatement - unhandled type: enum8('test' = 1,'test2' = 2)[class java.lang.String]
2024-07-29 11:53:18 [main] DEBUG TimeplusStatement - close Statement
2024-07-29 11:53:18 [main] DEBUG TimeplusResultSet - no more DataResponse, return empty Block
2024-07-29 11:53:18 [main] DEBUG TimeplusStatement - close Statement
@Jasmine-ge Jasmine-ge added the bug Something isn't working label Jul 29, 2024
@Jasmine-ge Jasmine-ge self-assigned this Jul 29, 2024
@Jasmine-ge Jasmine-ge changed the title Bug existed in enum type Logging problem existed in enum type Jul 29, 2024
@Jasmine-ge Jasmine-ge changed the title Logging problem existed in enum type Logging problem existed in enum, ipv4, ipv6, boolean type Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant