You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/04/03 06:07:00 UTC

[jira] [Commented] (IGNITE-12764) Regression: Thin JDBC streaming fails/BatchUpdateException if function is used

    [ https://issues.apache.org/jira/browse/IGNITE-12764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074292#comment-17074292 ] 

Ignite TC Bot commented on IGNITE-12764:
----------------------------------------

{panel:title=Branch: [pull/7615/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5186340&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Regression: Thin JDBC streaming fails/BatchUpdateException if function is used
> ------------------------------------------------------------------------------
>
>                 Key: IGNITE-12764
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12764
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.8
>            Reporter: Ilya Kasnacheev
>            Assignee: Dmitriy Sorokin
>            Priority: Blocker
>             Fix For: 2.8.1
>
>         Attachments: SqlMain.java
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> insert INTO  city1(id,name,name1) VALUES(?,?,RANDOM_UUID())
> happily worked in 2.7.6 but will fail on 2.8.0 with:
> Exception in thread "main" java.sql.BatchUpdateException: class org.apache.ignite.IgniteCheckedException: null
> 	at org.apache.ignite.internal.jdbc.thin.JdbcThinConnection$StreamState.readResponses(JdbcThinConnection.java:1364)
> 	at java.base/java.lang.Thread.run(Thread.java:834)
> Suspected reason is that function RANDOM_UUID() is not processed correctly here. Column type does not matter between UUID and VARCHAR.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)