[jira] [Updated] (KYLIN-3354) KeywordDefaultDirtyHack cannot handle double-quoted defaultCatalog identifier

2018-04-27 Thread Dong Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/KYLIN-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dong Li updated KYLIN-3354:
---
Description: 
for example, following SQL cannot be escaped by KeywordDefaultDirtyHack:
{quote}
select count(*) from "defaultCatalog"."DEFAULT"."TABLE"
{quote}

  was:
for example, following SQL cannot be escaped by KeywordDefaultDirtyHack:
```
select count(*) from "defaultCatalog"."DEFAULT"."TABLE"
```


> KeywordDefaultDirtyHack cannot handle double-quoted defaultCatalog identifier
> -
>
> Key: KYLIN-3354
> URL: https://issues.apache.org/jira/browse/KYLIN-3354
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Dong Li
>Priority: Major
>
> for example, following SQL cannot be escaped by KeywordDefaultDirtyHack:
> {quote}
> select count(*) from "defaultCatalog"."DEFAULT"."TABLE"
> {quote}



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


[jira] [Updated] (KYLIN-3354) KeywordDefaultDirtyHack cannot handle double-quoted defaultCatalog identifier

2018-04-27 Thread Dong Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/KYLIN-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dong Li updated KYLIN-3354:
---
Description: 
for example, following SQL cannot be escaped by KeywordDefaultDirtyHack:
```
select count(*) from "defaultCatalog"."DEFAULT"."TABLE"
```

  was:
for example, following SQL cannot be escaped by KeywordDefaultDirtyHack:
select count(*) from "defaultCatalog"."DEFAULT"."TABLE"


> KeywordDefaultDirtyHack cannot handle double-quoted defaultCatalog identifier
> -
>
> Key: KYLIN-3354
> URL: https://issues.apache.org/jira/browse/KYLIN-3354
> Project: Kylin
>  Issue Type: Improvement
>Reporter: Dong Li
>Priority: Major
>
> for example, following SQL cannot be escaped by KeywordDefaultDirtyHack:
> ```
> select count(*) from "defaultCatalog"."DEFAULT"."TABLE"
> ```



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