ATLAS-996 DSL queries with comparsions of many primitive types fail (jnhagelb via shwethags)
ATLAS-971 UI not displaying results for this query - Eg: "hive_table as t where qualifiedName = 'default.input@cl1' select t" (kevalbhatt18 via shwethags)
ATLAS-971 UI not displaying results for this query - Eg: "hive_table as t where qualifiedName = 'default.input@cl1' select t" (kevalbhatt18 via shwethags)
ATLAS-1010 Atlas allows recreation of tags with same name (shwethags)
ATLAS-1010 Atlas allows recreation of tags with same name (shwethags)
ATLAS-990 Hive Import metadata script fails with auth exception (nixonrodrigues via shwethags)
ATLAS-990 Hive Import metadata script fails with auth exception (nixonrodrigues via shwethags)
@@ -595,32 +704,13 @@ public class GraphBackedDiscoveryServiceTest extends BaseRepositoryTest {
...
@@ -595,32 +704,13 @@ public class GraphBackedDiscoveryServiceTest extends BaseRepositoryTest {
JSONArrayrows=results.getJSONArray("rows");
JSONArrayrows=results.getJSONArray("rows");
assertNotNull(rows);
assertNotNull(rows);
assertEquals(rows.length(),expectedNumRows.intValue());// some queries may not have any results
assertEquals(rows.length(),expectedNumRows.intValue(),"query ["+dslQuery+"] returned ["+rows.length()+"] rows. Expected "+expectedNumRows.intValue()+" rows.");// some queries may not have any results
System.out.println("query ["+dslQuery+"] returned ["+rows.length()+"] rows");
System.out.println("query ["+dslQuery+"] returned ["+rows.length()+"] rows");