[
https://issues.apache.org/jira/browse/TAJO-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15255905#comment-15255905
]
ASF GitHub Bot commented on TAJO-2130:
--------------------------------------
GitHub user eminency opened a pull request:
https://github.com/apache/tajo/pull/1007
TAJO-2130: Remove inet4 data type
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eminency/tajo TAJO-2130
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/1007.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 #1007
----
commit 3b4836d375306e2f126e90306c9dfacbb39fbd88
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T03:21:06Z
complie works
commit 11c572f52f97518c40209e94cfdabe6007882a93
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T03:22:24Z
missing modifications
commit 2dc1a26262b3221569cc35567cf7073ebb3bdf13
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T03:35:16Z
TestMemoryRowBlock error fixed
commit 8da4ed8e18dcded146358a668418337a45bbef4e
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T03:52:22Z
test error fixed
commit 21c758bed8f6ec2a86bb431cfebb8b650c18b8e8
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T05:12:17Z
Merge branch 'master' into TAJO-2130
* master:
TAJO-2126: Allow parallel execution of non-leaf sibling ExecutionBlocks.
TAJO-2127: Use Type instead of DataType for EvalNode.
# Conflicts:
#
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/TypeConverter.java
#
tajo-core/src/main/java/org/apache/tajo/engine/codegen/TajoGeneratorAdapter.java
# tajo-plan/src/main/java/org/apache/tajo/plan/verifier/ExprsVerifier.java
commit 1ea639de98758f5150f2556dd5dbba954574c6ce
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T08:23:29Z
refactoring
commit 9114ea2fcfe4dffc9bea54a71ada60c2407e2724
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T08:23:45Z
Avro schema modified
commit 4c96f86544fcbf2d39d10a762933f1ce5a7e5bd0
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T08:32:46Z
radix sort test fixed
commit 3b8a7060e1556d0c4f0f3f61545cae4f23b45d41
Author: Jongyoung Park <[email protected]>
Date: 2016-04-23T14:43:45Z
Delete files related with TestNetTypes
commit 513b111d3f1dc643283df2f9f60f400779692631
Author: Jongyoung Park <[email protected]>
Date: 2016-04-24T06:46:10Z
misc.
----
> Remove inet4 data type
> ----------------------
>
> Key: TAJO-2130
> URL: https://issues.apache.org/jira/browse/TAJO-2130
> Project: Tajo
> Issue Type: Task
> Reporter: Hyunsik Choi
> Assignee: Jongyoung Park
> Priority: Minor
>
> Inet4 data type is not necessary and is not used. It can be easily replaced
> by INT4 data type with some UDFs. Also, inet4 is overlapped with binary data
> types. Instead of keeping inet4, it would be better to improve binary data
> types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)