You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/07/13 07:37:04 UTC

[jira] [Resolved] (TAJO-1679) Client APIs should validate identifiers for database object names

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

Hyunsik Choi resolved TAJO-1679.
--------------------------------
    Resolution: Won't Fix

Object names through APIs are regarded as quoted string. So, all characters are allowed in APIs.

> Client APIs should validate identifiers for database object names
> -----------------------------------------------------------------
>
>                 Key: TAJO-1679
>                 URL: https://issues.apache.org/jira/browse/TAJO-1679
>             Project: Tajo
>          Issue Type: Bug
>          Components: Java Client, REST API
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> When a user put database, table, column names in SQL statements, the names are automatically validated due to SQL Parser rules. But, if a users directly use client APIs, the validation is omitted. We need to add validation for API calls.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)