Danhua Wang

Results 16 issues of Danhua Wang

### Version main branch ### Describe what's wrong ``` spark-sql (default)> use cc2; use cc2 Time taken: 0.059 seconds spark-sql ()> CREATE DATABASE db2; CREATE DATABASE db2 Time taken: 0.135...

bug
0.5.1
0.6.0

### Version main branch ### Describe what's wrong ``` ./gradlew test -PskipTests -PtestMode=embedded -PjdkVersion=11 -PjdbcBackend=mysql -PskipDockerTests=false -x :web:web:test -x :web:integration-test:test -x :clients:client-python:test -x :flink-connector:flink:test -x :spark-connector:spark-common:test -x :spark-connector:spark-3.3:test -x :spark-connector:spark-3.4:test...

bug

### Version main branch ### Describe what's wrong Run spark IT failed ` ./gradlew -PskipTests -PtestMode=embedded -PjdkVersion=8 -PscalaVersion=2.12 -PskipDockerTests=false :spark-connector:spark-3.5:test --tests "org.apache.gravitino.spark.connector.integration.test.**" ` ### Error message and/or stacktrace ``` SparkIcebergCatalogHiveBackendIT35...

bug

### What would you like to be improved? After create a metalake with comment, user can't set the comment to empty string ,only can edit it to another text. ###...

improvement

### Version main branch ### Describe what's wrong ``` ./trino_test.sh --auto=none --ignore_failed --postgresql_uri=jdbc:postgresql://pg-16-postgresql.relational-catalog:5432 --mysql_uri=jdbc:mysql://my-8-mysql.relational-catalog:3306 --hdfs_uri=hdfs://hadoop-hdfs-namenode.hadoop:8020 --hive_uri=thrift://hadoop-metastore.hadoop:9083 --gravitino_uri=http://acbf7865e0d30481aa58f235fd948699-1191993091.***.elb.amazonaws.com:8090 --trino_uri=http://a1832a74201584926a2ab66ee6244c26-1323897966.***.elb.amazonaws.com:8080 > Task :trino-connector:integration-test:compileTestJava Note: /actions-runner/_work/gravitino-test/gravitino-test/gravitino/trino-connector/integration-test/src/test/java/org/apache/gravitino/trino/connector/integration/test/TrinoQueryIT.java uses unchecked or unsafe operations. Note: Recompile...

bug

### What changes were proposed in this pull request? 1. Provide gravitino chart for deploying on K8S 2. Provide CI to check chart ### Why are the changes needed? Fix:...

### What would you like to be improved? 1. Gravitino helm chart support use h2 as storage backend 2. Gravitino helm chart support launch mysql as storage backend 3. Gravitino...

improvement

### Version main branch ### Describe what's wrong Cron Integration Test execute failed: https://github.com/apache/gravitino/actions/runs/13164696252/job/36741893632 Error as following: ``` > Task :authorizations:authorization-ranger:test RangerIcebergE2EIT > testReadWriteTableWithMetalakeLevelRole() FAILED org.apache.spark.sql.AnalysisException: LEGACY store assignment policy...

bug

### Version main branch ### Describe what's wrong ### Error message and/or stacktrace [ "java.lang.NullPointerException: Cannot invoke \"java.lang.Integer.intValue()\" because the return value of \"org.apache.gravitino.catalog.jdbc.converter.JdbcTypeConverter$JdbcTypeBean.getColumnSize()\" is null", "\tat org.apache.gravitino.catalog.postgresql.converter.PostgreSqlTypeConverter.toGravitino(PostgreSqlTypeConverter.java:74)", "\tat org.apache.gravitino.catalog.postgresql.converter.PostgreSqlTypeConverter.toGravitinoArrayType(PostgreSqlTypeConverter.java:153)",...

bug

### Version main branch ### Describe what's wrong There're `role1`,`role2` in metalake test. And `role2` definition as following. A user `missy` is granted `role2` , she is supposed to have...

bug