danny0405 commented on code in PR #7684:
URL: https://github.com/apache/hudi/pull/7684#discussion_r1073100473


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/bootstrap/HoodieSparkBootstrapSchemaProvider.java:
##########
@@ -92,7 +92,7 @@ private static Schema 
getBootstrapSourceSchemaOrc(HoodieWriteConfig writeConfig,
     try {
       orcReader = OrcFile.createReader(filePath, 
OrcFile.readerOptions(context.getHadoopConf().get()));
     } catch (IOException e) {
-      throw new HoodieException("Could not determine schema from the data 
files.");
+      throw new HoodieException("Could not determine schema from the data 
files. Create orc reader error.");
     }

Review Comment:
   `Could not determine schema from the ORC data files.`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to