mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-06-30 21:17:37 +08:00
hive column去掉``符号
This commit is contained in:
parent
521485afb0
commit
72ea157cd9
@ -24,7 +24,7 @@ import java.util.stream.Collectors;
|
||||
@Service
|
||||
public class DataxJsonServiceImpl implements DataxJsonService {
|
||||
|
||||
private static final String[] sqlDataSource = new String[]{"mysql", "oracle", "postgresql", "sqlserver", "hive"};
|
||||
private static final String[] sqlDataSource = new String[]{"mysql", "oracle", "postgresql", "sqlserver"};
|
||||
|
||||
@Autowired
|
||||
private IJobJdbcDatasourceService jobJdbcDatasourceService;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user