Shawy Geng

Results 27 comments of Shawy Geng

Hi @vicuna96 Cloud u print the following configurations? ``` val table = sparkSession.sessionState.catalog.getTableMetadata(TableIdentifier("table", Option("database"))) // check options start with hooide. println(sparkSession.sessionState.conf.getAllConfs) println(table.storage.properties ++ table.properties) ```

@gtwuser For the first bulk insert, are values of `NWDepStatus` empty? If it is, u could try to only write other columns into the table

The CI environment lacks thrift under `/usr/local/bin/thrift`, so that hudi-metastore can't be compiled. I push the compiled thrift classes as a temporary way to pass CI.

@xiarixiaoyao It seems that the code review doesn't finish, right?

> @minihippo Just commented on the deps and code changes on existing files. Could you please share how this is being tested and may be add a small README, for...

> Why do we implement a thrift RPC between the client and server? Hi @prasannarajaperumal, thanks for reviewing. GRPC, HTTP are in my list. Between HTTP and RPC, RPC is...

> We have state stored in file system / relational tables and we can have 2 clear implementations of interfaces that enable both. Actually, we store all informations in metaserver,...