Skip to content

Commit

Permalink
version bump (#1162)
Browse files Browse the repository at this point in the history
* version bump

* add logs

---------

Co-authored-by: Rakesh Kashyap Hanasoge Padmanabha <rkashyap@rkashyap-mn3.linkedin.biz>
  • Loading branch information
rakeshkashyap123 and Rakesh Kashyap Hanasoge Padmanabha committed May 8, 2023
1 parent f5fc83b commit 44e4c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,11 @@ private[offline] class AnchorToDataSourceMapper(dataPathHandlers: List[DataPathH
}
catch {// todo - Add this functionality to only specific exception types and not for all error types.
case e: Exception => if (shouldSkipFeature) {
logger.warn(s"shouldSkipFeature is " + shouldSkipFeature)
logger.warn(s"shouldSkipFeature is " + shouldSkipFeature + ". The original exception msg is " + e.getMessage)
ss.emptyDataFrame
} else if (shouldAddDefaultColForMissingData) {
logger.warn(s"shouldAddDefaultColForMissingData is " + shouldAddDefaultColForMissingData + ". The original exception msg is "
+ e.getMessage)
ss.emptyDataFrame
} else throw e
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.0.3-rc2
version=1.0.3-rc3
SONATYPE_AUTOMATIC_RELEASE=true
POM_ARTIFACT_ID=feathr_2.12

0 comments on commit 44e4c7f

Please sign in to comment.