bowenliang123 commented on issue #4102:
URL: https://github.com/apache/kyuubi/issues/4102#issuecomment-1373729249

   Obstacles:
   - with provied Jackson in Spark may be too old for Authz
   
   Facts:
   - `ClassTagExtensions` of Jackson Scala is used in Authz's `serde` package 
object.
   - Spark 3.0 using `jackson-module-scala` of v2.10.0 which does not provide 
`ClassTagExtensions` trait.
   - `ClassTagExtensions` is provided since v2.12.2+
   - Spark to Jackson Scala 
      - 3.0/3.1 - 2.10.0
      - 3.2 - 2.12.3
      - 3.3 - 2.13.4
   - diffs
   
https://github.com/FasterXML/jackson-module-scala/compare/jackson-module-scala-2.10.0...v2.14.1#diff-8df8a0d1dd5962fb14f1ef93dc02dfad7003971b2bcedc2cfb1522989b8c1249R14


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