[
https://issues.apache.org/jira/browse/CARBONDATA-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15606950#comment-15606950 ]
ASF GitHub Bot commented on CARBONDATA-330:
-------------------------------------------
Github user aniketadnaik commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/250#discussion_r85031862
--- Diff: integration/spark/src/main/scala/org/apache/spark/sql/CarbonDictionaryDecoder.scala ---
@@ -223,7 +223,7 @@ case class CarbonDictionaryDecoder(
atiMap.get(f._1).get.getCarbonTableIdentifier,
f._2, f._3))
} catch {
- case _ => null
+ case _ : Throwable => null
--- End diff --
Fixed review comments.
> Fix compiler warnings - Java related
> ------------------------------------
>
> Key: CARBONDATA-330
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-330> Project: CarbonData
> Issue Type: Improvement
> Components: build, core
> Affects Versions: 0.2.0-incubating
> Reporter: Aniket Adnaik
> Priority: Trivial
> Fix For: 0.2.0-incubating
>
>
> Fix java compiler warnings and code cleanup.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)