Github user nico-pappagianis commented on a diff in the pull request: https://github.com/apache/phoenix/pull/226#discussion_r92484705 --- Diff: phoenix-spark/src/it/resources/tenantSetup.sql --- @@ -15,3 +15,4 @@ -- limitations under the License. CREATE VIEW IF NOT EXISTS TENANT_VIEW(TENANT_ONLY_COL VARCHAR) AS SELECT * FROM MULTITENANT_TEST_TABLE +UPSERT INTO TENANT_VIEW (ORGANIZATION_ID, TENANT_ONLY_COL) VALUES ('defaultOrg', 'defaultData') --- End diff -- Adding some default data so we can know something was actually read in the "read" tests
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---