Skip to content

Commit

Permalink
PostgreSQL Sql issue. #50
Browse files Browse the repository at this point in the history
  • Loading branch information
dstreev committed Sep 29, 2023
1 parent 484f20f commit 4583583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.cloudera.utils.hive</groupId>
<artifactId>hive-sre</artifactId>
<name>hive-sre</name>
<version>3.0.1.1</version>
<version>3.0.1.2</version>
<url>https://github.com/cloudera-labs/hive-sre</url>
<build>
<finalName>${project.artifactId}</finalName>
Expand Down
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>3.0.1.1</version>
<version>3.0.1.2</version>

<name>hive-sre</name>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/u3/POSTGRES/hive_u3_queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ query_definitions:
THEN \"S\".\"LOCATION\"
ELSE \"PS\".\"LOCATION\"
END AS \"PATH_LOCATION\",
\"P\".\"PART_ID\",
\"P\".\"PART_ID\"
FROM
\"DBS\" \"D\"
INNER JOIN
Expand Down

0 comments on commit 4583583

Please sign in to comment.