[ 
https://issues.apache.org/jira/browse/SPARK-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15188567#comment-15188567
 ] 

Dongjoon Hyun commented on SPARK-9289:
--------------------------------------

Hi, [~rxin].

As of today, this issue seems to be solved. If then, could you close this issue?

* Notebook
{code}
$ build/sbt "project hive" "test-only *OrcPartitionDiscoverySuite -- -z 
partitioned"
...
[info] OrcPartitionDiscoverySuite:
[info] - read partitioned table - normal case (4 seconds, 427 milliseconds)
[info] - read partitioned table - partition key included in orc file (1 second, 
419 milliseconds)
[info] - read partitioned table - with nulls (911 milliseconds)
[info] - read partitioned table - with nulls and partition keys are included in 
Orc file (747 milliseconds)
{code}

* Jenkins
{code}
[info] OrcPartitionDiscoverySuite:
[info] - read partitioned table - normal case (1 second, 745 milliseconds)
[info] - read partitioned table - partition key included in orc file (1 second, 
961 milliseconds)
[info] - read partitioned table - with nulls (1 second, 243 milliseconds)
[info] - read partitioned table - with nulls and partition keys are included in 
Orc file (1 second, 1 millisecond)
{code}

> OrcPartitionDiscoverySuite is slow to run
> -----------------------------------------
>
>                 Key: SPARK-9289
>                 URL: https://issues.apache.org/jira/browse/SPARK-9289
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Build, Tests
>            Reporter: Reynold Xin
>
> {code}
> [info] - read partitioned table - normal case (18 seconds, 557 milliseconds)
> [info] - read partitioned table - partition key included in orc file (5 
> seconds, 160 milliseconds)
> [info] - read partitioned table - with nulls (4 seconds, 69 milliseconds)
> [info] - read partitioned table - with nulls and partition keys are included 
> in Orc file (3 seconds, 218 milliseconds)
> {code}
> Does the unit test really need to run for 18 secs, 5 secs, 4 secs, and 3 secs?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to