appendfilename --text "foo bar" "file name 1.jpg" "file name 2 -- foo.txt" "file name 3 -- bar.csv" … adds tag “foo” such that it results in … "file name 1 foo bar.jpg" "file name 2 foo bar -- foo.txt" "file
parquet dataset datasets usually comprise of numerous files that you can add by saving them in the relevant directory. It would be convenient to have a simple method to concatenate multiple files them. I have initiated a request on https://issues.apache.org/jira/browse/PARQUET-1154 to enable ...