jacques-n commented on a change in pull request #2572:
URL: https://github.com/apache/calcite/pull/2572#discussion_r725154040
##########
File path:
file/src/main/java/org/apache/calcite/adapter/file/FileRowConverter.java
##########
@@ -52,13 +53,13 @@
// row parser configuration
private final List<FieldDef> fields = new ArrayList<>();
- /** Format for parsing numbers. Not thread-safe, but we assume that only
- * one thread uses this converter at a time. */
+ /** Format for parsing numbers. Not thread-safe, but we assume that only one
thread uses this
Review comment:
This and below still look like extraneous formatting.
--
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]