bithw1 opened a new issue, #17506:
URL: https://github.com/apache/hudi/issues/17506
### Describe the problem you faced
I have created a hudi table using following spark sql, but when I look at
the .hoodie.properties or run `show create table`, there is no payload class
there,
How could I know which payload class this table is using when doing record
combine, i want to know the combine logic when I am using the table.
```
CREATE TABLE IF NOT EXISTS hudi_cow_15 (
a INT,
b INT,
c INT
)
USING hudi
tblproperties(
type='cow',
primaryKey='a',
preCombineField='c'
)
```
### To Reproduce
1.
2.
3.
4.
### Expected behavior
1
### Environment Description
* Hudi version:
* Spark version:
* Flink version:
* Hive version:
* Hadoop version:
* Storage (HDFS/S3/GCS..):
* Running on Docker? (yes/no):
### Additional context
_No response_
### Stacktrace
```shell
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]