Is there an existing issue for the same feature request?
Is your feature request related to a problem?
When I use bvt test, despite the use of $resource, the result column name of load_file function is the absolute path of tester. For example:
SELECT load_file('$resources/auto_increment_columns/auto_increment_1.csv');
load_file(/home/yjw/blob/matrixone/test/resources/auto_increment_columns/auto_increment_1.csv)
......
Describe the feature you'd like
To avoid displaying the absolute file path of the tester in bvt test result file, maybe we could change to this:
SELECT load_file('$resources/auto_increment_columns/auto_increment_1.csv');
load_file($resources/auto_increment_columns/auto_increment_1.csv)
......
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
When I use bvt test, despite the use of $resource, the result column name of load_file function is the absolute path of tester. For example: SELECT load_file('$resources/auto_increment_columns/auto_increment_1.csv'); load_file(/home/yjw/blob/matrixone/test/resources/auto_increment_columns/auto_increment_1.csv) ......Describe the feature you'd like
To avoid displaying the absolute file path of the tester in bvt test result file, maybe we could change to this:
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response