Closed yuanice closed 5 years ago
Hi, @yuanice Could you provide an full example addressing the issue
Hi, @yuanice Could you provide an full example addressing the issue quoteStarted完全没有意义在这
Hi, @yuanice Could you provide an full example addressing the issue quoteStarted完全没有意义在这
Hi,
I have reviewed your commit. What you said does make sense, but line 272 "quoteStarted = false;" should be removed, right?
Thanks, Jon
I have reviewed your commit. What you said does make sense, but line 272 "quoteStarted = false;" should be removed, right?
no,line 269 "!quoteStarted " should be removed, for example csv context is : "a","b" ,They can't split properly.If you don't want to romve "!quoteStarted" ,only romve "!" It's ok
Seems travis changed behavior due to security risk which caused CI failure. Merge first anyway and fix CI ASAP.
I have reviewed your commit. What you said does make sense, but line 272 "quoteStarted = false;" should be removed, right?
no,line 269 "!quoteStarted " should be removed, for example csv context is : "a","b" ,They can't split properly.If you don't want to romve "!quoteStarted" ,only romve "!" It's ok
It's indeed a bug. Thank you @yuanice
By the way, the TextExtractor is only an example for demo purpose. Please use built-in com.aliyun.odps.CsvStorageHandler if your files are CSV based format.
I have reviewed your commit. What you said does make sense, but line 272 "quoteStarted = false;" should be removed, right?
no,line 269 "!quoteStarted " should be removed, for example csv context is : "a","b" ,They can't split properly.If you don't want to romve "!quoteStarted" ,only romve "!" It's ok
It's indeed a bug. Thank you @yuanice
By the way, the TextExtractor is only an example for demo purpose. Please use built-in com.aliyun.odps.CsvStorageHandler if your files are CSV based format.
CsvStorageHandler There are problems,do not work correctly when files are CSV
CsvStorageHandler There are problems,do not work correctly when files are CSV
@yuanice Could you open an issue and describe the problems in CsvStorageHandler? Thank you in advance.
CsvStorageHandler There are problems,do not work correctly when files are CSV
@yuanice Could you open an issue and describe the problems in CsvStorageHandler? Thank you in advance. for example csv context is : "a","b b1" It's going to split into two rows.
alter ""," split question