GitHub user SongYadong opened a pull request:
https://github.com/apache/spark/pull/21836
[SQL][HIVE] Correct an assert message in function makeRDDForTable
## What changes were proposed in this pull request?
according to the context, "makeRDDForTablePartitions" in assert message
should be "makeRDDForPartitionedTable", because "makeRDDForTablePartitions"
does't exist in spark code.
## How was this patch tested?
unit tests
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SongYadong/spark assert_info_modify
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21836.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #21836
----
commit 6a0f7290a7ba2764ab9dd437a07afdf419ce7bf0
Author: SongYadong <song.yadong1@...>
Date: 2018-07-22T03:43:43Z
correct an assert info in function makeRDDForTable
according to the context, "makeRDDForTablePartitions" in assert message
should be "makeRDDForPartitionedTable"
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]