[GitHub] spark pull request: [SPARK-SQL] HiveTableScan operator Performance...

2014-06-03 Thread esoroush
Github user esoroush closed the pull request at: https://github.com/apache/spark/pull/456 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-SQL] HiveTableScan operator Performance...

2014-04-22 Thread esoroush
Github user esoroush commented on a diff in the pull request: https://github.com/apache/spark/pull/456#discussion_r11866215 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveOperators.scala --- @@ -123,40 +159,88 @@ case class HiveTableScan( * @return

[GitHub] spark pull request: [SPARK-SQL] HiveTableScan operator Performance...

2014-04-22 Thread esoroush
Github user esoroush commented on a diff in the pull request: https://github.com/apache/spark/pull/456#discussion_r11863253 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveOperators.scala --- @@ -123,40 +159,88 @@ case class HiveTableScan( * @return

[GitHub] spark pull request: [SPARK-SQL] HiveTableScan operator Performance...

2014-04-21 Thread esoroush
Github user esoroush commented on the pull request: https://github.com/apache/spark/pull/456#issuecomment-40974192 I am a little bit confused why it does not complain in my machine locally but it produces errors here ... --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-SQL] HiveTableScan operator Performance...

2014-04-21 Thread esoroush
Github user esoroush commented on the pull request: https://github.com/apache/spark/pull/456#issuecomment-40972943 The problem was I used vim for coding and it screwed up the tabbing for some reason. I did the sbt scalastyle and it succeed now locally --- If your project

[GitHub] spark pull request: [SPARK-SQL] HiveTableScan operator Performance...

2014-04-21 Thread esoroush
Github user esoroush commented on the pull request: https://github.com/apache/spark/pull/456#issuecomment-40962375 sure, I am looking at right now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark pull request: Coding Task

2014-04-19 Thread esoroush
GitHub user esoroush opened a pull request: https://github.com/apache/spark/pull/456 Coding Task The goal is to improve the performance of the HiveTableScan Operator: As a quick benchmark run the following code in the scala interpreter: scala> :paste