Skip to content

Commit

Permalink
https://github.com/cloudera-labs/hive-sre/issues/43
Browse files Browse the repository at this point in the history
  • Loading branch information
dstreev committed Aug 11, 2023
1 parent 7db08ae commit 695ebe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.cloudera.utils.hive</groupId>
<artifactId>hive-sre</artifactId>
<version>2.5.1.5</version>
<version>2.5.1.6</version>

<name>hive-sre</name>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/sre/ORACLE/hive_sre_queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ query_definitions:
D.NAME LIKE ?
AND T.TBL_TYPE = 'MANAGED_TABLE'
AND PARAMS.PARAM_KEY = 'transactional'
AND LOWER(PARAMS.PARAM_VALUE) = 'true'
AND LOWER(to_char(PARAMS.PARAM_VALUE)) = 'true'
ORDER BY D.NAME, T.TBL_NAME"
parameters:
dbs:
Expand Down

0 comments on commit 695ebe1

Please sign in to comment.