Thinking Chen

Results 65 comments of Thinking Chen

Maybe you can add `@RegisterForReflection` on your class? like: ```java @RegisterForReflection public class TestResourceSpec ```

According to my experience, the operator permissions are not driven by the `operator-sdk`, but based on the role/cluster role. Therefore, the operator itself cannot control the permissions of k8s. I...

@metacosm I just use quarkus start coding in https://code.quarkus.io/ and I import `Quarkus - Operator SDK`. This is my java version: ``` openjdk version "11.0.14" 2022-01-18 OpenJDK Runtime Environment GraalVM...

@metacosm I haven't had time to deal with it in recent days. I'm sorry. I will update the version this weekend and test the latest 2.9.1 to see if there...

@metacosm Hi~ It still has the same problem. I think there may be a bug in my intellij idea version. There is no problem when letting my friend test on...

@huang06 Hi~ I have created this issue to follow up on the recent discussion of cicd. For the python part, I think we should reduce python tasks in first, and...

@featherchen Hi~ There are some questions about the tf part of the codes that we need your help to answer, please. Hope you can help us when you have time....

@porunov @FlorianHockmann @li-boxuan @farodin91 Hi~ Based on CVE [CVE-2020-13957](https://nsfocusglobal.com/apache-solr-configset-api-upload-function-vulnerability-cve-2020-13957-threat-alert/), `CVE-2021-44228` and `CVE-2021-45046` , we need to update solr to version 8.11. So that we need to add authentication to solr...

Wish to add more guides. Now I run test like `mvn test -pl contrib/storage-hive/core`, but it looks like run failed. ``` Hive Session ID = efd0bb19-db4a-4143-8dd8-f59f79de6e10 [INFO] Running org.apache.drill.exec.fn.hive.TestHiveUDFs [ERROR]...

> Wish to add more guides. Now I run test like `mvn test -pl contrib/storage-hive/core`, but it looks like run failed. > > ``` > Hive Session ID = efd0bb19-db4a-4143-8dd8-f59f79de6e10...