Files
doris/regression-test/data/export_p2
Tiewei Fang b21b906306 [Fix](outfile) FE check the hdfs URI of outfile (#38602)
bp: #38203

1. Previously, if the root path of the HDFS URI started with two
slashes, the outfile would be successfully exported without errors, but
the exported path would not be the expected path.
Currently, we will delete repeated '/' which specified by users in FE.

2. move the test case for outfile HDFS from p2 to p0.
2024-07-31 22:46:37 +08:00
..