Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/11590
---
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 ena
Github user marmbrus commented on the pull request:
https://github.com/apache/spark/pull/11590#issuecomment-194059196
Thanks, merging to master!
---
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 hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/11590#issuecomment-194051634
Merged build finished. Test PASSed.
---
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 projec
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/11590#issuecomment-194051635
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/11590#issuecomment-194051370
**[Test build #52701 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52701/consoleFull)**
for PR 11590 at commit
[`87c1f0a`](https://g
Github user marmbrus commented on the pull request:
https://github.com/apache/spark/pull/11590#issuecomment-194024849
LGTM
---
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
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/11590#issuecomment-194018846
**[Test build #52701 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52701/consoleFull)**
for PR 11590 at commit
[`87c1f0a`](https://gi
Github user davies commented on the pull request:
https://github.com/apache/spark/pull/11590#issuecomment-194017241
cc @marmbrus
---
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
GitHub user davies opened a pull request:
https://github.com/apache/spark/pull/11590
[SPARK-13750] [SQL] fix sizeInBytes of HadoopFsRelation
## What changes were proposed in this pull request?
This PR fix the sizeInBytes of HadoopFsRelation.
## How was this pat