You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Manoj G T (Jira)" <ji...@apache.org> on 2019/10/07 15:58:00 UTC

[jira] [Comment Edited] (IGNITE-12141) Ignite Spark Integration Support Schema on Table Write

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

Manoj G T edited comment on IGNITE-12141 at 10/7/19 3:57 PM:
-------------------------------------------------------------

Dear [~zaleslaw], If I understood correctly as per the implementation of https://issues.apache.org/jira/browse/IGNITE-9228 we can only give schema name to read data, not for write.

This feature was implemented during Ignite 2.6 timeline and at that point of time Ignite doesn't allow to create table on any schema other than Public Schema and this is the reason for not supporting "OPTION_SCHEMA" during Overwrite mode. (Reference: [https://github.com/apache/ignite/pull/4551)|https://github.com/apache/ignite/pull/4551]

Kindly let me know if this is also addressed so that I can close this bug.


was (Author: gtmanoj235):
Dear [~zaleslaw], If I understood correctly as per the implementation of https://issues.apache.org/jira/browse/IGNITE-9228 we can only give schema name to read data, not for write.

If my understanding is correct, this feature was implemented during Ignite 2.6 timeline and at that point of time Ignite doesn't allow to create table on any schema other than Public Schema and this is the reason for not supporting "OPTION_SCHEMA" during Overwrite mode. (Reference: [https://github.com/apache/ignite/pull/4551)|https://github.com/apache/ignite/pull/4551]

Kindly let me know if this is also addressed so that I can close this bug.

> Ignite Spark Integration Support Schema on Table Write
> ------------------------------------------------------
>
>                 Key: IGNITE-12141
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12141
>             Project: Ignite
>          Issue Type: Improvement
>          Components: spark
>    Affects Versions: 2.7.5
>            Reporter: Manoj G T
>            Assignee: Alexey Zinoviev
>            Priority: Critical
>             Fix For: 2.8
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Ignite 2.6 doesn't allow to create table on any schema other than Public Schema and this is the reason for not supporting "OPTION_SCHEMA" during Overwrite mode. Now that Ignite supports to create the table in any given schema it will be great if we can incorporate the changes to support "OPTION_SCHEMA" during Overwrite mode and make it available as part of next Ignite release.
>  
> +Related Issue:+
> [https://stackoverflow.com/questions/57782033/apache-ignite-spark-integration-not-working-with-schema-name]



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