Github user zellerh commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1721#discussion_r221720911
--- Diff: core/sql/regress/udr/FILTER001 ---
@@ -21,6 +21,6 @@
# @@@ END COPYRIGHT @@@
sed "
-s#[^ ]*/TEST001.dll#dir/TEST001.dll#g
+s/^\/\([[:graph:]]*\/\)*/#udr_cached_lib_dir#\//g
--- End diff --
Not sure I understand how this can filter out the directory names. Isn't
:graph: for graphical characters?---
