Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the method phoenixTableAsDataFrame in SparkSqlContextFunctions
and phoenixTableAsRDD in SparkContextFunctions do not pass the tenantId parameter along to the PhoenixRDD constructor. The tenantId parameter was added as part of PHOENIX-3427 but was not properly implemented (by me). This JIRA will fix this issue and add tests around reading tenant-specific tables as both DataFrames and RDDs.