mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 16:02:37 +08:00
修改了提到的上述问题
This commit is contained in:
parent
738c11e0e3
commit
bd43216cf8
@ -17,14 +17,13 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
|
||||
public class ReaderJob extends CommonRdbmsReader.Job {
|
||||
|
||||
private Logger LOG=LoggerFactory.getLogger(OceanBaseReader.Task.class);
|
||||
public ReaderJob() {
|
||||
super(ObReaderUtils.DATABASE_TYPE);
|
||||
|
||||
}
|
||||
public void init(Configuration originalConfig,DataBaseType databaseType){
|
||||
//将config中的column和table中的关键字进行转义
|
||||
final Logger LOG = LoggerFactory.getLogger(OceanBaseReader.Task.class);
|
||||
try {
|
||||
DatabaseKeywordTransformer.setDatabaseType(databaseType);
|
||||
}catch (Exception e){
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user