[
https://issues.apache.org/jira/browse/DRILL-8086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17511278#comment-17511278
]
ASF GitHub Bot commented on DRILL-8086:
---------------------------------------
jnturton commented on a change in pull request #2485:
URL: https://github.com/apache/drill/pull/2485#discussion_r833325749
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/text/TextFormatPlugin.java
##########
@@ -81,9 +68,8 @@
* to allow tight control of the size of produced batches (as well
* as to support provided schema.)
*/
-public class TextFormatPlugin extends
EasyFormatPlugin<TextFormatPlugin.TextFormatConfig> {
-
- private final static String PLUGIN_NAME = "text";
+public class TextFormatPlugin extends EasyFormatPlugin<TextFormatConfig> {
+ final static String PLUGIN_NAME = "text";
Review comment:
@cgivre @paul-rogers the master branch is now rolling towards 2.0. If
we don't take the chance in this cycle to improve user-facing stuff, it's a
long time until the next chance.
I do think we should try to segregate our breaking changes into their own
PRs, and therefore squashed commits, as much as we can so that our ability to
cherry pick from master back to a 1.20.1 or, god forbid, a 1.21 is maximally
preserved. We could also label such commits with "[BREAKING]", or apply a
`breaking` tag to the PR in GitHub, I wonder if that would be helpful.
FWIW, I'm +1 for turning `columns[n]` into `column_n` (and I think this
terminolgy is more standard for SQL result sets than `field`), +1 for "text"
becoming "delimited" and +0 for the default value of `extractHeaders`, which is
trivial for users to set for themselves.
--
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]
> Convert the CSV (AKA "compliant text") reader to EVF V2
> -------------------------------------------------------
>
> Key: DRILL-8086
> URL: https://issues.apache.org/jira/browse/DRILL-8086
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.19.0
> Reporter: Paul Rogers
> Assignee: Paul Rogers
> Priority: Major
>
> Work was done some time ago to convert the CSV reader to use EVF V3. Merge
> that work into the master branch.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)