[
https://issues.apache.org/jira/browse/DRILL-8061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480408#comment-17480408
]
ASF GitHub Bot commented on DRILL-8061:
---------------------------------------
luocooong commented on a change in pull request #2422:
URL: https://github.com/apache/drill/pull/2422#discussion_r790134758
##########
File path:
contrib/storage-phoenix/src/main/java/org/apache/drill/exec/store/phoenix/PhoenixDataSource.java
##########
@@ -21,13 +21,14 @@
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
-import java.sql.SQLFeatureNotSupportedException;
import java.util.Map;
import java.util.Properties;
import java.util.logging.Logger;
import javax.sql.DataSource;
+import lombok.extern.slf4j.Slf4j;
Review comment:
It seems that we have the same understanding of the situation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Add Impersonation Support for Phoenix
> -------------------------------------
>
> Key: DRILL-8061
> URL: https://issues.apache.org/jira/browse/DRILL-8061
> Project: Apache Drill
> Issue Type: Sub-task
> Components: Storage - Other
> Reporter: Cong Luo
> Assignee: Vitalii Diravka
> Priority: Major
> Fix For: 1.20.0
>
>
> *Discussion:*
> * [https://github.com/apache/drill/issues/2296]
> *Documentation:*
> * [https://phoenix.apache.org/server.html#Impersonation]
> * [https://drill.apache.org/docs/configuring-user-impersonation]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)