Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Comments

TAJO-2130: Remove inet4 data type#1007

Closed
eminency wants to merge 13 commits intoapache:masterfrom
eminency:TAJO-2130
Closed

TAJO-2130: Remove inet4 data type#1007
eminency wants to merge 13 commits intoapache:masterfrom
eminency:TAJO-2130

Conversation

@eminency
Copy link
Contributor

No description provided.

eminency added 10 commits April 23, 2016 12:21
* 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
returnType = TajoDataTypes.Type.TEXT,
paramTypes = {@ParamTypes(paramTypes = {Type.INET4})}
)
public class GeoIPCountryInet4 extends GeneralFunction {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these GeoIP function series are useful functions. It would be better to keep them by taking an INT4 type instead of INET4 type.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good suggestion, however IMO, it is a separated issue from removing the type.
What do you think about that?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. It looks good to proceed this as an umbrella issue.
Would you create an umbrella ticket and some sub tasks on Jira?

* master:
  TAJO-2122: PullServer as an Auxiliary service of Yarn.
* master:
  TAJO-2110: Fix incorrect DateTime and remove hard coded tests.

# Conflicts:
#	tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/CatalogUtil.java
@hyunsik
Copy link
Member

hyunsik commented May 14, 2016

It seems to need to rebase.

* master:
  TAJO-2129: Apply new type implementation to Schema and Catalog.
  Fix compilation error
  TAJO-1686: Allow Tajo to use Hive UDF.
  TAJO-2071: Supporting DATE type in Parquet format.
  TAJO-2145: Error codes based on errno.h need prefix.
  TAJO-2117: Add some missing index to MariaDBStore
  TAJO-2143: Fix race condition in task history writer.
  TAJO-2140: TajoInternalError does not contains reason stack trace.
  TAJO-2106: Fix minor typo in PostgreSQL Storage Handler documentation.
  TAJO-2142: Temporarily disable NOT IN subquery.
  TAJO-2135: Invalid join result when join key columns contain nulls.
  TAJO-2116: Simplify rpc address in default configuration.

# Conflicts:
#	tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/TypeConverter.java
#	tajo-common/src/main/java/org/apache/tajo/type/Inet4.java
#	tajo-common/src/main/java/org/apache/tajo/type/Type.java
#	tajo-core/src/main/java/org/apache/tajo/engine/codegen/TajoGeneratorAdapter.java
#	tajo-core/src/main/java/org/apache/tajo/parser/sql/SQLAnalyzer.java
#	tajo-plan/src/main/java/org/apache/tajo/plan/verifier/ExprsVerifier.java
#	tajo-sql-parser/src/main/antlr4/org/apache/tajo/parser/sql/SQLLexer.g4
#	tajo-sql-parser/src/main/antlr4/org/apache/tajo/parser/sql/SQLParser.g4
#	tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/parquet/TajoRecordConverter.java
#	tajo-storage/tajo-storage-hdfs/src/test/java/org/apache/tajo/storage/TestStorages.java
@eminency
Copy link
Contributor Author

eminency commented May 14, 2016

@hyunsik , master branch is merged.

@jihoonson , I created the issues you mentioned, TAJO-2155 and TAJO-2156.

@jihoonson
Copy link
Contributor

+1 LGTM.

@asfgit asfgit closed this in f995e30 May 16, 2016
@eminency eminency deleted the TAJO-2130 branch May 16, 2016 08:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants