manuzhang opened a new issue, #2690:
URL: https://github.com/apache/datafusion-comet/issues/2690
### Describe the bug
For example,
```bash
cd fuzz-testing
mvn install -DskipTests -f ../spark/pom.xml
...
[INFO] --- exec:3.1.0:java (generate-user-guide-reference-docs) @
comet-spark-spark3.5_2.12 ---
[WARNING]
java.io.FileNotFoundException: docs/source/user-guide/latest/configs.md (No
such file or directory)
at java.io.FileInputStream.open0 (Native Method)
at java.io.FileInputStream.open (FileInputStream.java:216)
at java.io.FileInputStream.<init> (FileInputStream.java:157)
at java.io.FileInputStream.<init> (FileInputStream.java:111)
at java.io.FileReader.<init> (FileReader.java:60)
at org.apache.comet.GenerateDocs$.readFile (GenerateDocs.scala:146)
at org.apache.comet.GenerateDocs$.generateConfigReference
(GenerateDocs.scala:51)
at org.apache.comet.GenerateDocs$.main (GenerateDocs.scala:44)
at org.apache.comet.GenerateDocs.main (GenerateDocs.scala)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:279)
at java.lang.Thread.run (Thread.java:840)
```
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### Additional context
_No response_
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]