Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Schema.Parser()#parse(InputStream) tries to read the bytes with character encoding UTF-8 and fails when data is encoded with modified UTF-8. Reading the schema file with UTF-8 and then converting it to schema should solve this problem.
As a part of https://github.com/apache/incubator-gobblin/pull/2355 schema is created using Hive Columns, which will be written to the disk using modified UTF-8. When such a file is read using Schema.Parser()#parse(InputStream) it fails.
Attachments
Issue Links
- is related to
-
GOBBLIN-485 AvroSchemaManager does not support using schema generated from Hive columns
- Resolved