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/11/02 14:45:27 UTC

[jira] [Created] (TAJO-1956) Correctness of table properties should be validated in query validator

Hyunsik Choi created TAJO-1956:
----------------------------------

             Summary: Correctness of table properties should be validated in query validator
                 Key: TAJO-1956
                 URL: https://issues.apache.org/jira/browse/TAJO-1956
             Project: Tajo
          Issue Type: Improvement
          Components: Storage
            Reporter: Hyunsik Choi


Each table format allows or required some table properties. If some missed or invalid table properties may cause wrong query processing or any runtime error. We should validate table properties prior to launching the query.

The rough idea is:
 * Add Table property validation interface
 * Each Storage handler injects the validation implementations to TajoMaster.
 * TajoMaster will validate all table properties according to table formats.



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