‘/’ character problem when writing to a Hudi table with Hive style partitioning
I am writing a dataframe to a Hudi table(which is stored in Minio) by using Spark. Table is synching with Hive. The column that I choose to be partition column have a value like this in some rows: “Mağaza/Dükkan”. It has a slash character middle of it so when i check from Minio, there are a folder named “Mağaza” and a folder named “Dükkan” in it, instead of single folder with name “Mağaza/Dükkan”.