Prathit Malik created HUDI-7853:
-----------------------------------
Summary: Fix missing serDe properties post migration from hiveSync
to glueSync
Key: HUDI-7853
URL: https://issues.apache.org/jira/browse/HUDI-7853
Project: Apache Hudi
Issue Type: Improvement
Reporter: Prathit Malik
Assignee: Prathit Malik
More info : [https://github.com/apache/hudi/issues/11397]
After migration to 0.13.1, hudi table path is missing from serde properties due
to which when reading from spark below error is thrown
```org.apache.hudi.exception.HoodieException: 'path' or 'Key:
'hoodie.datasource.read.paths' , default: null description: Comma separated
list of file paths to read within a Hudi table. since version: version is not
defined deprecated after: version is not defined)' or both must be specified.```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)