[jira] [Commented] (KYLIN-4046) Refine JDBC Source(source.default=8)

2019-06-23 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on KYLIN-4046:
---

hit-lacus commented on pull request #710: KYLIN-4046 Refine JDBC 
Source(source.default=8)
URL: https://github.com/apache/kylin/pull/710
 
 
   Currently, the function of ingest data from RDBMS(kylin.source.default=8) to 
Kylin has some problems , in this patch, I want to fix:
   
- fix case-sensitive
- fix weak dialect compatibility
- fix mis-use quote character
- start support oracle 11g
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Refine JDBC Source(source.default=8)
> 
>
> Key: KYLIN-4046
> URL: https://issues.apache.org/jira/browse/KYLIN-4046
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Critical
>
> Currently, the function of ingest from RDBMS(kylin.source.default=8) to Kylin 
> has some problem such as:
>  # case-sensitive 
>  # weak dialect compatibility
>  # mis-use quote character
> We need to fix this problem in  kylin.source.default=8.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-4046) Refine JDBC Source(source.default=8)

2019-06-30 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on KYLIN-4046:
---

nichunen commented on pull request #710: KYLIN-4046 Refine JDBC 
Source(source.default=8)
URL: https://github.com/apache/kylin/pull/710
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Refine JDBC Source(source.default=8)
> 
>
> Key: KYLIN-4046
> URL: https://issues.apache.org/jira/browse/KYLIN-4046
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Critical
>
> Currently, the function of ingest from RDBMS(kylin.source.default=8) to Kylin 
> has some problem such as:
>  # case-sensitive 
>  # weak dialect compatibility
>  # mis-use quote character
> We need to fix this problem in  kylin.source.default=8.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-4046) Refine JDBC Source(source.default=8)

2019-06-30 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KYLIN-4046:


Commit 6f12aaf5c62bfb10e2b3acf28520e259fce1a7a2 in kylin's branch 
refs/heads/master from hit-lacus
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=6f12aaf ]

KYLIN-4046 Refine JDBC Source(source.default=8)

Currently, the function of ingest data from RDBMS(kylin.source.default=8) to 
Kylin has some problems , in this patch, I want to :

1. fix case-sensitive
2. fix weak dialect compatibility
3. fix mis-use quote character


> Refine JDBC Source(source.default=8)
> 
>
> Key: KYLIN-4046
> URL: https://issues.apache.org/jira/browse/KYLIN-4046
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: XiaoXiang Yu
>Assignee: XiaoXiang Yu
>Priority: Critical
>
> Currently, the function of ingest from RDBMS(kylin.source.default=8) to Kylin 
> has some problem such as:
>  # case-sensitive 
>  # weak dialect compatibility
>  # mis-use quote character
> We need to fix this problem in  kylin.source.default=8.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-4046) Refine JDBC Source(source.default=8)

2020-02-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KYLIN-4046:
---

RupengWang commented on pull request #1116: KYLIN-4046 Refine JDBC 
Source(source.default=8)
URL: https://github.com/apache/kylin/pull/1116
 
 
   Currently, the function of ingest data from RDBMS(kylin.source.default=8) to 
Kylin has some problems , in this patch, I want to :
   
   1. fix case-sensitive
   2. fix weak dialect compatibility
   3. fix mis-use quote character
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Refine JDBC Source(source.default=8)
> 
>
> Key: KYLIN-4046
> URL: https://issues.apache.org/jira/browse/KYLIN-4046
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Critical
> Fix For: v3.0.0-alpha2, v2.6.4
>
>
> Currently, the function of ingest from RDBMS(kylin.source.default=8) to Kylin 
> has some problem such as:
>  # case-sensitive 
>  # weak dialect compatibility
>  # mis-use quote character
> We need to fix this problem in  kylin.source.default=8.



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


[jira] [Commented] (KYLIN-4046) Refine JDBC Source(source.default=8)

2020-02-24 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KYLIN-4046:
---

nichunen commented on pull request #1116: KYLIN-4046 Refine JDBC 
Source(source.default=8)
URL: https://github.com/apache/kylin/pull/1116
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Refine JDBC Source(source.default=8)
> 
>
> Key: KYLIN-4046
> URL: https://issues.apache.org/jira/browse/KYLIN-4046
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Critical
> Fix For: v3.0.0-alpha2, v2.6.4
>
>
> Currently, the function of ingest from RDBMS(kylin.source.default=8) to Kylin 
> has some problem such as:
>  # case-sensitive 
>  # weak dialect compatibility
>  # mis-use quote character
> We need to fix this problem in  kylin.source.default=8.



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


[jira] [Commented] (KYLIN-4046) Refine JDBC Source(source.default=8)

2020-02-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-4046:


Commit 3c79862cf9c39fb6fc6e7a9c9a9dba9fa0cd4f63 in kylin's branch 
refs/heads/2.6.x from hit-lacus
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=3c79862 ]

KYLIN-4046 Refine JDBC Source(source.default=8)

Currently, the function of ingest data from RDBMS(kylin.source.default=8) to 
Kylin has some problems , in this patch, I want to :

1. fix case-sensitive
2. fix weak dialect compatibility
3. fix mis-use quote character


> Refine JDBC Source(source.default=8)
> 
>
> Key: KYLIN-4046
> URL: https://issues.apache.org/jira/browse/KYLIN-4046
> Project: Kylin
>  Issue Type: Bug
>  Components: RDBMS Source
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Critical
> Fix For: v3.0.0-alpha2, v2.6.4
>
>
> Currently, the function of ingest from RDBMS(kylin.source.default=8) to Kylin 
> has some problem such as:
>  # case-sensitive 
>  # weak dialect compatibility
>  # mis-use quote character
> We need to fix this problem in  kylin.source.default=8.



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