Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Use variables to refer to absolute paths in bvt file test result #107

Open
1 task done
yjw1268 opened this issue Sep 14, 2022 · 0 comments
Open
1 task done
Assignees

Comments

@yjw1268
Copy link

yjw1268 commented Sep 14, 2022

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

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

@sukki37 sukki37 transferred this issue from matrixorigin/matrixone Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants