File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ public abstract class JdbcClient {
6767 protected boolean isOnlySpecifiedDatabase ;
6868 protected Map <String , Boolean > includeDatabaseMap ;
6969 protected Map <String , Boolean > excludeDatabaseMap ;
70- // protected boolean enableMappingVarbinary;
71- protected boolean enableMappingVarbinary = true ; // used test case
70+ protected boolean enableMappingVarbinary ;
7271
7372 public static JdbcClient createJdbcClient (JdbcClientConfig jdbcClientConfig ) {
7473 String dbType = parseDbType (jdbcClientConfig .getJdbcUrl ());
@@ -114,7 +113,6 @@ protected JdbcClient(JdbcClientConfig jdbcClientConfig) {
114113 initializeClassLoader (jdbcClientConfig );
115114 initializeDataSource (jdbcClientConfig );
116115 this .enableMappingVarbinary = jdbcClientConfig .isEnableMappingVarbinary ();
117- this .enableMappingVarbinary = true ; // used test case
118116 }
119117
120118 protected void setJdbcDriverSystemProperties () {
You can’t perform that action at this time.
0 commit comments