[
https://issues.apache.org/jira/browse/IGNITE-17145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553994#comment-17553994
]
Ignite TC Bot commented on IGNITE-17145:
----------------------------------------
{panel:title=Branch: [pull/10084/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10084/head] Base: [master] : New Tests
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}JDBC Driver{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6622659]]
* {color:#013220}IgniteJdbcDriverTestSuite:
JdbcThinStatementSelfTest.testExceptionOnDeserializeResponse - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6622718&buildTypeId=IgniteTests24Java8_RunAll]
> Fix handle BinaryObjectException at the thin JDBC
> -------------------------------------------------
>
> Key: IGNITE-17145
> URL: https://issues.apache.org/jira/browse/IGNITE-17145
> Project: Ignite
> Issue Type: Bug
> Components: jdbc
> Affects Versions: 2.13
> Reporter: Taras Ledkov
> Assignee: Taras Ledkov
> Priority: Major
> Fix For: 2.14
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> I am trying to get enum field using sqlline, but failed with error Statement
> is closed.
> {code}
> 0: jdbc:ignite:thin://127.0.0.1> select status from nebulaclusterinfo;
> Error: Statement is closed. (state=,code=0)
> java.sql.SQLException: Statement is closed.
> at
> org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.ensureNotClosed(JdbcThinStatement.java:950)
> at
> org.apache.ignite.internal.jdbc.thin.JdbcThinStatement.getWarnings(JdbcThinStatement.java:546)
> at sqlline.Commands.execute(Commands.java:849)
> at sqlline.Commands.sql(Commands.java:733)
> at sqlline.SqlLine.dispatch(SqlLine.java:795)
> at sqlline.SqlLine.begin(SqlLine.java:668)
> at sqlline.SqlLine.start(SqlLine.java:373)
> at sqlline.SqlLine.main(SqlLine.java:265)
> 0: jdbc:ignite:thin://127.0.0.1> select count(status) from nebulaclusterinfo;
> +--------------------------------+
> | COUNT(STATUS) |
> +--------------------------------+
> | 310 |
> +--------------------------------+
> 1 row selected (0.108 seconds)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)