wang wei

Results 4 issues of wang wei

Please consider if user call this api to write a parquet file with avro schema string in file metadata: ``` ParquetWriter writer = AvroParquetWriter . builder(tempFile) .withWriteMode(ParquetFileWriter.Mode.OVERWRITE) .withSchema(avroSchema) .build(); ```...

``` Element elem = DocumentHelper.createElement("elem"); Document doc = DocumentHelper.createDocument(elem); elem.addAttribute("attr1", "abc
123"); elem.addAttribute("attr2", "abc\r\n123"); StringWriter sw = new StringWriter(); OutputFormat format = OutputFormat.createPrettyPrint(); format.setNewLineAfterDeclaration(false); XMLWriter xWriter = new XMLWriter(sw, format); xWriter.setEscapeText(false);...

help wanted

### Requirements * Any code change adding any logic **MUST** be tested through a unit test executed with the default build * Any API addition **MUST** be done with a...

### Requirements * Any code change adding any logic **MUST** be tested through a unit test executed with the default build * Any API addition **MUST** be done with a...