Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.0.0
-
None
Description
1. Created 2 hive tables hive_table_a and hive_table_b
2. Searched for :
type name = hive_table and query = /hive_table_[ab]/ .
The above query fetched correct results ,i.e both hive_table_a and hive_table_b.
3.Cleared search. Searched type name = hive_table and added filters :
1. The following fetched both hive_table_a and hive_table_b which is correct
name = /hive_table_[ab]/
2. The following filters fetched all hive tables in my Atlas instance
name beginsWith /hive_table_[ab]/ name contains /hive_table_[ab]/
3. The following threw 500 Internal Server error. Attached the exception stack trace.
name endsWith /hive_table_[ab]/
4. No results were found on applying the following filter .(filed as part of ATLAS-1917)
name != /hive_table_[ab]/
Attachments
Attachments
Issue Links
- Blocked
-
ATLAS-1925 Bugfixes
- Resolved