-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Import csv.md & blank line argument #1192
Conversation
我剛剛才注意到 (https://github.com/skiptests/astraea/blob/main/app/src/main/java/org/astraea/app/backup/ImportCsv.java#L112) 這邊可以跳過幾行不是參數化控制,可否修正一下?然後將該參數補到文件裡面 |
是規定要跳過開始的哪幾行就行了對吧。 |
是的,一個整數值,預設為0 (不跳過) |
好 修改完畢 |
暫時有問題還需要修一下 |
修復完畢 && resolve conflict |
添加 #1114 後續討論中 增加用戶確認blank line是否合法的選項 另外修改了一下架構,將build移入了builder。確保其private,讓外界有builder以外的手段建構有些怪怪的。 |
common/src/main/java/org/astraea/common/csv/CsvReaderBuilder.java
Outdated
Show resolved
Hide resolved
common/src/main/java/org/astraea/common/csv/CsvWriterBuilder.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 兩個小地方修正完就可以合併了
resolve #1114