adarshsanjeev commented on PR #15953: URL: https://github.com/apache/druid/pull/15953#issuecomment-1976252718
To see if the created export file is in the symlink format, I generated manifest files using Apache Spark with Delta Lake. The generated file is in a similar format for both local disk and S3, with the only difference being that since DeltaLake uses s3a while writing, the paths in the manifest file also have the same absolute paths. Local: ``` NBuser@c46fe1cca55f:/tmp/delta-table$ cat _symlink_format_manifest/manifest file:/tmp/delta-table/part-00003-463556da-8423-41f9-a25a-0b68a51e0fff-c000.snappy.parquet file:/tmp/delta-table/part-00005-f1682aee-f29b-41ad-8ac5-9b49d8de1394-c000.snappy.parquet file:/tmp/delta-table/part-00007-486d1cda-5871-43f8-86cc-3a44e4adede7-c000.snappy.parquet file:/tmp/delta-table/part-00001-50edffa4-06c3-4d70-bc8b-f67da8ef4195-c000.snappy.parquet file:/tmp/delta-table/part-00009-dfd23cfe-e6c2-4001-ae42-8e964ec8f197-c000.snappy.parquet ``` S3: ``` s3a://export-bucket/delta_test_table2/part-00000-2c8c8389-e5a6-47f9-8394-6730c474357f-c000.snappy.parquet s3a://export-bucket/delta_test_table2/part-00002-f897b11d-692a-427d-a1ca-9b15ef218d83-c000.snappy.parquet ... s3a://export-bucket/delta_test_table2/part-00004-a4fc5555-6fa3-46da-a4f7-ccb6b3e8b8eb-c000.snappy.parquet ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
