[
https://issues.apache.org/jira/browse/TAJO-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185016#comment-14185016
]
ASF GitHub Bot commented on TAJO-1109:
--------------------------------------
GitHub user ykrips opened a pull request:
https://github.com/apache/tajo/pull/216
TAJO-1109: Separate SQL Statements from Catalog Stores
This is a re-created pull request for this request,
https://github.com/apache/tajo/pull/201.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ykrips/tajo TAJO-1109
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/216.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #216
----
commit 49e021d9fba48dea73f333b865500e6bfac00e08
Author: Jihun Kang <[email protected]>
Date: 2014-10-08T15:25:53Z
TAJO-1093: DateTimeFormat.to_char() is slower than SimpleDateFormat.format()
commit b49688f424d1b0520f01cd3704163108cf294596
Author: Jihun Kang <[email protected]>
Date: 2014-10-12T05:12:48Z
Merge remote-tracking branch 'upstream/master' into TAJO-1109
commit c49a84af45fb6672feee1aa7be58431dcb64babc
Author: Jihun Kang <[email protected]>
Date: 2014-10-14T06:31:06Z
Add hamcrest library for fine test on Catalog Server
commit 9496fcde7a2810c0e0575b0c5d483adac28f8bf3
Author: Jihun Kang <[email protected]>
Date: 2014-10-14T06:31:12Z
Merge remote-tracking branch 'upstream/master' into TAJO-1109
commit c29099024bdce49cc5c65a172d1df3b12753882f
Author: Jihun Kang <[email protected]>
Date: 2014-10-14T10:14:09Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 3e7609287777780ba88d4726e3ef3d8548c030ab
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T06:18:00Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 3559108bd2efcd8d32730dd3d2bea7cd845490c3
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T06:31:27Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 2c895ea3253d58ffd43d3f4a70dbb093099c4888
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T06:40:41Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit d6d0055abc5a0a6a7e44aaaae3914301ea4750d9
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T08:11:18Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit a4a57385eab62d74382b83324d0d550e34e130c1
Author: Jihun Kang <[email protected]>
Date: 2014-10-17T00:18:29Z
It is changed for strict type checking on PostgreSQL
commit f0ac6061923f0c3900b4b6ac178e348747f6dff3
Author: Jihun Kang <[email protected]>
Date: 2014-10-20T01:03:29Z
changed binary string format on Oracle Store
commit f04790e52d5ba3370443e0491d83a35d50763153
Author: Jihun Kang <[email protected]>
Date: 2014-10-14T06:31:06Z
Add hamcrest library for fine test on Catalog Server
commit 1468f52e80bb8d599f494f77a82f35e2310fe9a0
Author: Jihun Kang <[email protected]>
Date: 2014-10-14T10:14:09Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 40d6eb8b83dfe871f52aa474e61e2b7f73d98764
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T06:18:00Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 80083829049f46be8c1cf65eab95c7385b003d65
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T06:31:27Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 2950cb4c10a58210364717a3d6dcbcb03aa275df
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T06:40:41Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 64aa44051b5cfbc3883f937674334e7739ec4dc8
Author: Jihun Kang <[email protected]>
Date: 2014-10-15T08:11:18Z
TAJO-1109: Separate SQL Statements from Catalog Stores
commit 9e35aeb39ed505e734668439d5475320005b3fc8
Author: Jihun Kang <[email protected]>
Date: 2014-10-17T00:18:29Z
It is changed for strict type checking on PostgreSQL
commit d76a4e4732fee0ea738ecae828551929035a1836
Author: Jihun Kang <[email protected]>
Date: 2014-10-20T01:03:29Z
changed binary string format on Oracle Store
commit 37c85d9b2c00067cb6b7cf70a8f46629b350d9b5
Author: Jihun Kang <[email protected]>
Date: 2014-10-27T09:51:05Z
rebasing current patch
----
> Separate SQL Statements from Catalog Stores
> -------------------------------------------
>
> Key: TAJO-1109
> URL: https://issues.apache.org/jira/browse/TAJO-1109
> Project: Tajo
> Issue Type: Improvement
> Components: catalog
> Reporter: Jihun Kang
> Assignee: Jihun Kang
> Priority: Minor
> Fix For: 0.9.1
>
> Attachments: DBMSSchemaDefinition.xsd, derby.xml
>
>
> When developing the additional catalog stores for another database systems,
> it is needed to add additional sql statements such as triggers and indexes.
> These sql statements could increase the code size of catalog store, and when
> database schema has changed, it may affect the catalog store source codes. I
> feel that it is needed to separate the sql statements from the java source
> codes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)