Skip to content

Commit

Permalink
Merge pull request #660 from gnanaprakash-ravi/0.4.0
Browse files Browse the repository at this point in the history
rm instances of dblogger
  • Loading branch information
sonalgoyal authored Sep 5, 2023
2 parents dc274a8 + c0bde59 commit 896595c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
public class Util implements Serializable {

public static final Log LOG = LogFactory.getLog(Util.class);
public static final Log DbLOG = LogFactory.getLog("WEB");

public static <T> T[] copy(T[] source) {
if (source == null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
public class SparkModel extends Model<ZSparkSession, DataType, Dataset<Row>, Row, Column>{

public static final Log LOG = LogFactory.getLog(SparkModel.class);
public static final Log DbLOG = LogFactory.getLog("WEB");
//private Map<FieldDefinition, Feature> featurers;
List<PipelineStage> pipelineStage;
List<SparkTransformer> featureCreators;
Expand Down

0 comments on commit 896595c

Please sign in to comment.