bowenliang123 commented on code in PR #6634:
URL: https://github.com/apache/kyuubi/pull/6634#discussion_r1728582632


##########
extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/serde/tableExtractors.scala:
##########
@@ -39,9 +40,9 @@ import org.apache.kyuubi.util.reflect.ReflectUtils._
  * A trait for extracting database and table as string tuple
  * from the give object whose class type is define by `key`.
  */
-trait TableExtractor extends ((SparkSession, AnyRef) => Option[Table]) with 
Extractor
+trait TableExtractor extends ((SparkSession, AnyRef) => Option[Table]) with 
Extractor with Logging
 
-object TableExtractor {
+object TableExtractor extends Logging {

Review Comment:
   extractor should not be expected extending Logging by @yaooqinn's design.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to