[
https://issues.apache.org/jira/browse/IGNITE-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16605566#comment-16605566
]
ASF GitHub Bot commented on IGNITE-8552:
----------------------------------------
GitHub user SGrimstad opened a pull request:
https://github.com/apache/ignite/pull/4692
IGNITE-8552 implemented
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite IGNITE-8552
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4692.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4692
----
commit 15261b5f56a9e3a2ddd4dcf6c0573cdea2c66541
Author: SGrimstad <sgrimstad@...>
Date: 2018-09-06T09:41:56Z
IGNITE-8552 implemented
----
> Unable to use date as primary key
> ---------------------------------
>
> Key: IGNITE-8552
> URL: https://issues.apache.org/jira/browse/IGNITE-8552
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.4
> Reporter: Pavel Vinokurov
> Assignee: Sergey Grimstad
> Priority: Blocker
> Fix For: 2.7
>
> Attachments: IGNITE-8552_implemented.patch
>
>
> It' is unable to create cache via ddl:
> create table tab(id date primary key, date_field date);
> Result:
> ERROR CacheAffinitySharedManager - Failed to initialize cache. Will try to
> rollback cache start routine. [cacheName=SQL_PUBLIC_T3]
> class org.apache.ignite.IgniteCheckedException: Failed to find value class in
> the node classpath (use default marshaller to enable binary objects) :
> SQL_PUBLIC_T3_e90848b2_fe30_4adb_a934_6e13ca0eb409
> at
> org.apache.ignite.internal.processors.query.QueryUtils.typeForQueryEntity(QueryUtils.java:426)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)