Closed sufei2009 closed 2 years ago
The byte primary key type expects to be supported, what exception it throws there for your use case ?
We were not getting any exceptions. However, the partitions were acting inconsistent. Data was only writing to the last partition most of the time. Once we changed primary key type to string, the partitions worked correctly.
That's weird, we may need more details here.
yes, can you furnish further details. any exceptions you see in driver logs. any reproducible scripts.
@sufei2009 : gentle ping.
if we don't hear back in a weeks time, we might close the issue due to inactivity. thanks!
closing due to inactivity
I have a table where I set the record key in byte data type. It did not work until I changed it to string data type. Why does Hudi not allowing byte type for its record key? I use hudi on AWS with Lake Formation and Glue ETL for permission and cataloging