blrunner

Results 16 comments of blrunner

Thanks @eminency , I've just merge it. :-)

Thanks for your contribution. I'll review this within a few days.

Not ready to review. After recent rebase, some unit tests fail. I'm trying to fix it.

At first, I approached to make another fragment for partitioned table. But now, the only difference between `FileFragment` and `PartitionFileFragment` is the partition key. So, I would prefer to add...

Thanks for your contribution. I'll review this within a few days.

Thanks for your contribution. I'll review this within a few days.

I failed to merge this from the master branch as follows. ``` Auto-merging tajo-storage/pom.xml Auto-merging tajo-project/pom.xml Auto-merging tajo-core/pom.xml CONFLICT (content): Merge conflict in tajo-core/pom.xml Auto-merging tajo-catalog/tajo-catalog-common/src/main/proto/CatalogProtos.proto Auto-merging tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/CatalogUtil.java Automatic merge...

I fixed some bugs and added description about timezone with hive. For the reference, I tested the patch with tpc-h 1g dataset as following: - on Hive ``` hive> CREATE...

Rebased. Basically, Tajo column partition focus on Hive partition compatibility. Currently, Hive just created timestamp partition directories using date format. I think that Tajo just need to follow current Hive...

I found many dependencies as follows. ``` [INFO] ------------------------------------------------------------------------ [INFO] Building Tajo Kafka Storage 0.11.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://repository.jboss.org/nexus/content/repositories/releases/org/apache/kafka/kafka_2.10/0.8.2.0/kafka_2.10-0.8.2.0.pom Downloading: http://repo2.maven.org/maven2/org/eclipse/jetty/jetty-distribution/org/apache/kafka/kafka_2.10/0.8.2.0/kafka_2.10-0.8.2.0.pom Downloading: https://repo.maven.apache.org/maven2/org/apache/kafka/kafka_2.10/0.8.2.0/kafka_2.10-0.8.2.0.pom Downloaded: https://repo.maven.apache.org/maven2/org/apache/kafka/kafka_2.10/0.8.2.0/kafka_2.10-0.8.2.0.pom (3 KB at 2.2 KB/sec)...