Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
2a7c4326
Commit
2a7c4326
authored
Aug 08, 2016
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1105 Disable HiveLiteralRewriterTest since its not used currently (sumasai)
parent
beb5a099
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
HiveLiteralRewriterTest.java
...org/apache/atlas/hive/bridge/HiveLiteralRewriterTest.java
+3
-2
release-log.txt
release-log.txt
+1
-0
No files found.
addons/hive-bridge/src/test/java/org/apache/atlas/hive/bridge/HiveLiteralRewriterTest.java
View file @
2a7c4326
...
...
@@ -26,11 +26,12 @@ import org.testng.Assert;
import
org.testng.annotations.BeforeClass
;
import
org.testng.annotations.Test
;
@Test
(
enabled
=
false
)
public
class
HiveLiteralRewriterTest
{
private
HiveConf
conf
;
@BeforeClass
@BeforeClass
(
enabled
=
false
)
public
void
setup
()
{
conf
=
new
HiveConf
();
conf
.
addResource
(
"/hive-site.xml"
);
...
...
@@ -39,7 +40,7 @@ public class HiveLiteralRewriterTest {
conf
.
set
(
"hive.lock.manager"
,
"org.apache.hadoop.hive.ql.lockmgr.EmbeddedLockManager"
);
}
@Test
@Test
(
enabled
=
false
)
public
void
testLiteralRewrite
()
throws
RewriteException
{
HiveHook
.
HiveEventContext
ctx
=
new
HiveHook
.
HiveEventContext
();
ctx
.
setQueryStr
(
"insert into table testTable partition(dt='2014-01-01') select * from test1 where dt = '2014-01-01'"
+
...
...
release-log.txt
View file @
2a7c4326
...
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ATLAS-1060 Add composite indexes for exact match performance improvements for all attributes (sumasai via shwethags)
ALL CHANGES:
ATLAS-1105 Disable HiveLiteralRewriterTest since its not used currently (sumasai)
ATLAS-1103 : UI: Search type list is not refreshed (Kalyanikashikar via sumasai)
ATLAS-693 Titan 0.5.4 implementation of the graph db abstraction {jnhagelb via dkantor)
ATLAS-1099 UI : multiple tag assign button hides wrongly (Kalyanikashikar via sumasai)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment