FANNG

Results 194 comments of FANNG

I setup two hivemestatore with sperate hdfs cluster, and couldn't reproduce this issue with following SQLs in both of the two catalogs. @foryou7242 could you try with the simple SQL...

You should set `spark.bypass.spark.sql.hive.metastore.jars` explicitly in Hive catalog properties if using Spark SQL client, or use Spark shell instead. please refer https://gravitino.apache.org/docs/0.6.0-incubating/spark-connector/spark-catalog-hive

> First of all, the spark.bypass.spark.sql.hive.metastore.jars setting is already set to builtin. `spark.bypass.spark.sql.hive.metastore.jars` should be set to the values other than `buildin`, like ``` "spark.bypass.spark.sql.hive.metastore.jars":"path", "spark.bypass.spark.sql.hive.metastore.jars.path":"file:///xx/hive/lib/*" ``` > The root...

@theoryxu , thanks for the PR, after supporting views, could Spark create the view in the Iceberg REST catalog? If yes, could you add corresponding integration test?

LGTM except one comment, @theoryxu could you fix the ci error?

@theoryxu , merged to main, thanks for your contribution.

> Hi, @FANNG1 Thanks for your contribution. The reason why we use `UnboundPartitionSpec` rather `PartitionSpec` is to simplify the usage of this method. `PartitionSpec` is bound to a schema, and...

> Thanks @FANNG1 for this pr. However I think there are some prepartion work before we can actually finished this pr. If we can narrow down the goal of this...

@liurenjie1024 @Xuanwo @sdd @a-agmon please help to review when you are free, thanks

thanks @sdd @a-agmon @Xuanwo for the reviewing.