This project is mirrored from https://gitee.com/yxydde/incubator-kyuubi.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 21 Feb, 2022 2 commits
    • Cheng Pan's avatar
      [KYUUBI #1940] [TEST] Fix EngineSecurityAccessorSuite · 6359fd0e
      Cheng Pan authored
      ### _Why are the changes needed?_
      
      Currently, the UT failed in AArch64 JDK-17 with
      
      ```
      EngineSecurityAccessorSuite:
      - test encrypt/decrypt, issue token/auth token *** FAILED ***
        java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES/CTR/PKCS5PADDING
        at java.base/javax.crypto.Cipher.getInstance(Cipher.java:571)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessor.initializeForAuth(EngineSecurityAccessor.scala:43)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessor.<init>(EngineSecurityAccessor.scala:36)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessorSuite.$anonfun$new$2(EngineSecurityAccessorSuite.scala:34)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessorSuite.$anonfun$new$2$adapted(EngineSecurityAccessorSuite.scala:30)
        at scala.collection.immutable.List.foreach(List.scala:431)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessorSuite.$anonfun$new$1(EngineSecurityAccessorSuite.scala:30)
        at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
        at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
        at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
        ...
        Cause: javax.crypto.NoSuchPaddingException: CTR mode must be used with NoPadding
        at java.base/com.sun.crypto.provider.CipherCore.setPadding(CipherCore.java:300)
        at java.base/com.sun.crypto.provider.AESCipher.engineSetPadding(AESCipher.java:225)
        at java.base/javax.crypto.Cipher$Transform.setModePadding(Cipher.java:388)
        at java.base/javax.crypto.Cipher.getInstance(Cipher.java:564)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessor.initializeForAuth(EngineSecurityAccessor.scala:43)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessor.<init>(EngineSecurityAccessor.scala:36)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessorSuite.$anonfun$new$2(EngineSecurityAccessorSuite.scala:34)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessorSuite.$anonfun$new$2$adapted(EngineSecurityAccessorSuite.scala:30)
        at scala.collection.immutable.List.foreach(List.scala:431)
        at org.apache.kyuubi.service.authentication.EngineSecurityAccessorSuite.$anonfun$new$1(EngineSecurityAccessorSuite.scala:30)
        ...
      ```
      
      ### _How was this patch tested?_
      - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
      
      - [ ] Add screenshots for manual tests if appropriate
      
      - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #1940 from pan3793/encrypt.
      
      Closes #1940
      
      527aa447 [Cheng Pan] [TEST] Fix EngineSecurityAccessorSuite
      Authored-by: default avatarCheng Pan <chengpan@apache.org>
      Signed-off-by: default avatarCheng Pan <chengpan@apache.org>
      6359fd0e
    • Cheng Pan's avatar
      [KYUUBI #1876][FOLLOWUP] Update iceberg.name · 1774c3f1
      Cheng Pan authored
      ### _Why are the changes needed?_
      
      We should also update `iceberg.name` when change the minor version of Spark
      
      ### _How was this patch tested?_
      - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
      
      - [ ] Add screenshots for manual tests if appropriate
      
      - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests
      
      ) locally before make a pull request
      
      Closes #1942 from pan3793/spark-3.2.
      
      Closes #1876
      
      f178ceb8 [Cheng Pan] fix
      b0e79908 [Cheng Pan] nit
      a3f7e6f2 [Cheng Pan] [KYUUBI #1876] [FOLLOWUP] Update iceberg.name
      Authored-by: default avatarCheng Pan <chengpan@apache.org>
      Signed-off-by: default avatarCheng Pan <chengpan@apache.org>
      1774c3f1
  2. 20 Feb, 2022 2 commits
  3. 18 Feb, 2022 5 commits
  4. 17 Feb, 2022 3 commits
  5. 16 Feb, 2022 2 commits
  6. 15 Feb, 2022 7 commits
  7. 14 Feb, 2022 3 commits
  8. 11 Feb, 2022 6 commits
  9. 10 Feb, 2022 5 commits
  10. 09 Feb, 2022 5 commits