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

Michael Armbrust commented on SPARK-1367:
-----------------------------------------

No, in that commit there is a TODO as the testcase still NPEs.  We still need 
to remove the @transient from ParquetTableScan.  If you don't have time to do 
this I can.

> NPE when joining Parquet Relations
> ----------------------------------
>
>                 Key: SPARK-1367
>                 URL: https://issues.apache.org/jira/browse/SPARK-1367
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Michael Armbrust
>            Assignee: Andre Schumacher
>            Priority: Blocker
>             Fix For: 1.0.0
>
>
> {code}
>   test("self-join parquet files") {
>     val x = ParquetTestData.testData.subquery('x)
>     val y = ParquetTestData.testData.newInstance.subquery('y)
>     val query = x.join(y).where("x.myint".attr === "y.myint".attr)
>     query.collect()
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to