[ https://issues.apache.org/jira/browse/PHOENIX-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930044#comment-13930044 ]
ASF GitHub Bot commented on PHOENIX-831: ---------------------------------------- Github user yaise commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/15#discussion_r10463752 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixEmbeddedDriverTest.java --- @@ -93,15 +93,15 @@ public void testNegativeGetConnectionInfo() throws SQLException { "jdbc:phoenix:v1,v2,v3:123::/hbase", "jdbc:phoenix:v1,v2,v3:123::/hbase;test=false", }; - for (int i = 0; i < urls.length; i++) { --- End diff -- just an intellij inspection refactor. ignore. > First Connection to Phoenix blows up if it is tenant specific > ------------------------------------------------------------- > > Key: PHOENIX-831 > URL: https://issues.apache.org/jira/browse/PHOENIX-831 > Project: Phoenix > Issue Type: Bug > Affects Versions: 3.0.0 > Reporter: Somesh Sasalatti > > Driver driver = DriverManager.getDriver(url); > Properties props = new Properties(); > final String tenantId = "00Dxx0000001234"; > props.put(PhoenixRuntime.TENANT_ID_ATTRIB, tenantId); > Connection connection = driver.connect(url, props); > BOOM! > I have pull request coming shortly -- This message was sent by Atlassian JIRA (v6.2#6252)