Skip to content

Commit 534e8b9

Browse files
committed
namespace: run the user query after all fields have been computed
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent c0be42c commit 534e8b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

suzieq/engines/pandas/namespace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def get(self, **kwargs):
9292
if 'sqvers' in fields:
9393
newdf['sqvers'] = self.schema.version
9494
newdf['active'] = True
95-
newdf = self._handle_user_query_str(newdf, user_query)
9695

9796
# Look for the rest of info only in selected namepaces
9897
newdf['lastUpdate'] = nsgrp['timestamp'].max() \

0 commit comments

Comments
 (0)