├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── assets └── deltaray-header.png ├── envs └── env.yml ├── notebooks └── deltaray-demo.ipynb ├── setup.py ├── src └── deltaray │ ├── __init__.py │ └── data │ ├── __init__.py │ └── read_api.py ├── tests ├── reader_tests │ └── generated │ │ ├── all_primitive_types │ │ ├── delta │ │ │ ├── .part-00000-7a2970c5-4141-4f83-8d2e-993361e592b5-c000.snappy.parquet.crc │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ └── 00000000000000000000.json │ │ │ └── part-00000-7a2970c5-4141-4f83-8d2e-993361e592b5-c000.snappy.parquet │ │ ├── expected │ │ │ └── latest │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-2acd2058-e58d-4535-bb8b-6ed3bb27a955-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ └── part-00000-2acd2058-e58d-4535-bb8b-6ed3bb27a955-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── basic_append │ │ ├── delta │ │ │ ├── .part-00000-c156ac8b-f738-4479-803d-750072dd4c51-c000.snappy.parquet.crc │ │ │ ├── .part-00000-ef42f28f-e8e8-4d54-b51f-c3af96c72a44-c000.snappy.parquet.crc │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ ├── .00000000000000000001.json.crc │ │ │ │ ├── 00000000000000000000.json │ │ │ │ └── 00000000000000000001.json │ │ │ ├── part-00000-c156ac8b-f738-4479-803d-750072dd4c51-c000.snappy.parquet │ │ │ └── part-00000-ef42f28f-e8e8-4d54-b51f-c3af96c72a44-c000.snappy.parquet │ │ ├── expected │ │ │ ├── latest │ │ │ │ ├── table_content │ │ │ │ │ ├── .part-00000-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet.crc │ │ │ │ │ ├── .part-00001-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet.crc │ │ │ │ │ ├── _SUCCESS │ │ │ │ │ ├── part-00000-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet │ │ │ │ │ └── part-00001-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ │ ├── v0 │ │ │ │ ├── table_content │ │ │ │ │ ├── .part-00000-37cc5c2e-9462-48e4-9e4e-744013b15266-c000.snappy.parquet.crc │ │ │ │ │ ├── _SUCCESS │ │ │ │ │ └── part-00000-37cc5c2e-9462-48e4-9e4e-744013b15266-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ │ └── v1 │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet.crc │ │ │ │ ├── .part-00001-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ ├── part-00000-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet │ │ │ │ └── part-00001-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── basic_partitioned │ │ ├── delta │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ ├── .00000000000000000001.json.crc │ │ │ │ ├── 00000000000000000000.json │ │ │ │ └── 00000000000000000001.json │ │ │ ├── letter=__HIVE_DEFAULT_PARTITION__ │ │ │ │ ├── .part-00000-8eb7f29a-e6a1-436e-a638-bbf0a7953f09.c000.snappy.parquet.crc │ │ │ │ └── part-00000-8eb7f29a-e6a1-436e-a638-bbf0a7953f09.c000.snappy.parquet │ │ │ ├── letter=a │ │ │ │ ├── .part-00000-0dbe0cc5-e3bf-4fb0-b36a-b5fdd67fe843.c000.snappy.parquet.crc │ │ │ │ ├── .part-00000-a08d296a-d2c5-4a99-bea9-afcea42ba2e9.c000.snappy.parquet.crc │ │ │ │ ├── part-00000-0dbe0cc5-e3bf-4fb0-b36a-b5fdd67fe843.c000.snappy.parquet │ │ │ │ └── part-00000-a08d296a-d2c5-4a99-bea9-afcea42ba2e9.c000.snappy.parquet │ │ │ ├── letter=b │ │ │ │ ├── .part-00000-41954fb0-ef91-47e5-bd41-b75169c41c17.c000.snappy.parquet.crc │ │ │ │ └── part-00000-41954fb0-ef91-47e5-bd41-b75169c41c17.c000.snappy.parquet │ │ │ ├── letter=c │ │ │ │ ├── .part-00000-27a17b8f-be68-485c-9c49-70c742be30c0.c000.snappy.parquet.crc │ │ │ │ └── part-00000-27a17b8f-be68-485c-9c49-70c742be30c0.c000.snappy.parquet │ │ │ └── letter=e │ │ │ │ ├── .part-00000-847cf2d1-1247-4aa0-89ef-2f90c68ea51e.c000.snappy.parquet.crc │ │ │ │ └── part-00000-847cf2d1-1247-4aa0-89ef-2f90c68ea51e.c000.snappy.parquet │ │ ├── expected │ │ │ ├── latest │ │ │ │ ├── table_content │ │ │ │ │ ├── .part-00000-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet.crc │ │ │ │ │ ├── .part-00001-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet.crc │ │ │ │ │ ├── _SUCCESS │ │ │ │ │ ├── part-00000-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet │ │ │ │ │ └── part-00001-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ │ ├── v0 │ │ │ │ ├── table_content │ │ │ │ │ ├── .part-00000-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet.crc │ │ │ │ │ ├── .part-00001-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet.crc │ │ │ │ │ ├── _SUCCESS │ │ │ │ │ ├── part-00000-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet │ │ │ │ │ └── part-00001-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ │ └── v1 │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet.crc │ │ │ │ ├── .part-00001-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ ├── part-00000-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet │ │ │ │ └── part-00001-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── multi_partitioned │ │ ├── delta │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ ├── .00000000000000000001.json.crc │ │ │ │ ├── .00000000000000000002.json.crc │ │ │ │ ├── 00000000000000000000.json │ │ │ │ ├── 00000000000000000001.json │ │ │ │ └── 00000000000000000002.json │ │ │ ├── letter=%2F%2520%25f │ │ │ │ └── date=1970-01-01 │ │ │ │ │ └── data=hello │ │ │ │ │ ├── .part-00000-a29a3f63-5a26-4127-aeff-e6d27c077917.c000.snappy.parquet.crc │ │ │ │ │ └── part-00000-a29a3f63-5a26-4127-aeff-e6d27c077917.c000.snappy.parquet │ │ │ ├── letter=__HIVE_DEFAULT_PARTITION__ │ │ │ │ └── date=__HIVE_DEFAULT_PARTITION__ │ │ │ │ │ └── data=__HIVE_DEFAULT_PARTITION__ │ │ │ │ │ ├── .part-00000-c5e4f561-cd80-4681-ab0b-100efc06fa96.c000.snappy.parquet.crc │ │ │ │ │ └── part-00000-c5e4f561-cd80-4681-ab0b-100efc06fa96.c000.snappy.parquet │ │ │ ├── letter=a │ │ │ │ ├── date=1970-01-01 │ │ │ │ │ └── data=hello │ │ │ │ │ │ ├── .part-00000-31d90fef-d8a8-47da-8176-4ee8ff04c5ff.c000.snappy.parquet.crc │ │ │ │ │ │ └── part-00000-31d90fef-d8a8-47da-8176-4ee8ff04c5ff.c000.snappy.parquet │ │ │ │ └── date=__HIVE_DEFAULT_PARTITION__ │ │ │ │ │ └── data=x │ │ │ │ │ ├── .part-00000-7f78ce2e-c7b2-427f-824d-a4c0e2139ad3.c000.snappy.parquet.crc │ │ │ │ │ └── part-00000-7f78ce2e-c7b2-427f-824d-a4c0e2139ad3.c000.snappy.parquet │ │ │ └── letter=b │ │ │ │ ├── date=1970-01-01 │ │ │ │ ├── data=world │ │ │ │ │ ├── .part-00000-c3fade85-0652-48eb-90cf-a42d188ca9d3.c000.snappy.parquet.crc │ │ │ │ │ └── part-00000-c3fade85-0652-48eb-90cf-a42d188ca9d3.c000.snappy.parquet │ │ │ │ └── data=😈 │ │ │ │ │ ├── .part-00000-9363b3d0-34b9-4db4-baf6-9b48cf88ae5b.c000.snappy.parquet.crc │ │ │ │ │ └── part-00000-9363b3d0-34b9-4db4-baf6-9b48cf88ae5b.c000.snappy.parquet │ │ │ │ └── date=1970-01-02 │ │ │ │ └── data=world │ │ │ │ ├── .part-00000-4b3fc81d-2403-4c36-a793-73e5af9b0e90.c000.snappy.parquet.crc │ │ │ │ └── part-00000-4b3fc81d-2403-4c36-a793-73e5af9b0e90.c000.snappy.parquet │ │ ├── expected │ │ │ ├── latest │ │ │ │ ├── table_content │ │ │ │ │ ├── .part-00000-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet.crc │ │ │ │ │ ├── .part-00001-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet.crc │ │ │ │ │ ├── _SUCCESS │ │ │ │ │ ├── part-00000-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet │ │ │ │ │ └── part-00001-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ │ ├── v0 │ │ │ │ ├── table_content │ │ │ │ │ ├── .part-00000-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet.crc │ │ │ │ │ ├── .part-00001-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet.crc │ │ │ │ │ ├── _SUCCESS │ │ │ │ │ ├── part-00000-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet │ │ │ │ │ └── part-00001-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ │ ├── v1 │ │ │ │ ├── table_content │ │ │ │ │ ├── .part-00000-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet.crc │ │ │ │ │ ├── .part-00001-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet.crc │ │ │ │ │ ├── _SUCCESS │ │ │ │ │ ├── part-00000-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet │ │ │ │ │ └── part-00001-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ │ └── v2 │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet.crc │ │ │ │ ├── .part-00001-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ ├── part-00000-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet │ │ │ │ └── part-00001-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── multi_partitioned_2 │ │ ├── delta │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ └── 00000000000000000000.json │ │ │ ├── bool=false │ │ │ │ └── time=1970-01-02 08%3A45%3A00 │ │ │ │ │ └── amount=12.000000000000000000 │ │ │ │ │ ├── .part-00000-59214263-6251-448f-afd8-11aa82963ae8.c000.snappy.parquet.crc │ │ │ │ │ └── part-00000-59214263-6251-448f-afd8-11aa82963ae8.c000.snappy.parquet │ │ │ └── bool=true │ │ │ │ ├── time=1970-01-01 00%3A00%3A00 │ │ │ │ └── amount=200.000000000000000000 │ │ │ │ │ ├── .part-00000-75b26c4a-018e-43da-b39b-f5b1a8b13889.c000.snappy.parquet.crc │ │ │ │ │ └── part-00000-75b26c4a-018e-43da-b39b-f5b1a8b13889.c000.snappy.parquet │ │ │ │ └── time=1970-01-01 12%3A30%3A00 │ │ │ │ └── amount=200.000000000000000000 │ │ │ │ ├── .part-00000-0eaa5980-a7e5-4796-826f-8a5babfda788.c000.snappy.parquet.crc │ │ │ │ └── part-00000-0eaa5980-a7e5-4796-826f-8a5babfda788.c000.snappy.parquet │ │ ├── expected │ │ │ └── latest │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet.crc │ │ │ │ ├── .part-00001-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ ├── part-00000-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet │ │ │ │ └── part-00001-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── nested_types │ │ ├── delta │ │ │ ├── .part-00000-2f260027-583c-4484-aa27-38e08a700025-c000.snappy.parquet.crc │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ └── 00000000000000000000.json │ │ │ └── part-00000-2f260027-583c-4484-aa27-38e08a700025-c000.snappy.parquet │ │ ├── expected │ │ │ └── latest │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-ffd23b68-bdab-424e-8969-49c004bf3c22-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ └── part-00000-ffd23b68-bdab-424e-8969-49c004bf3c22-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── no_replay │ │ ├── delta │ │ │ ├── .part-00000-1f6da452-4fd4-4ade-a7ba-77a5764584a0-c000.snappy.parquet.crc │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ ├── .00000000000000000001.json.crc │ │ │ │ ├── .00000000000000000002.checkpoint.parquet.crc │ │ │ │ ├── .00000000000000000002.json.crc │ │ │ │ ├── .00000000000000000003.json.crc │ │ │ │ ├── 00000000000000000002.checkpoint.parquet │ │ │ │ ├── 00000000000000000002.json │ │ │ │ ├── 00000000000000000003.json │ │ │ │ └── _last_checkpoint │ │ │ └── part-00000-1f6da452-4fd4-4ade-a7ba-77a5764584a0-c000.snappy.parquet │ │ ├── expected │ │ │ └── latest │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-5ed0b2a3-ad91-4c67-93bb-3356988577b7-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ └── part-00000-5ed0b2a3-ad91-4c67-93bb-3356988577b7-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── no_stats │ │ ├── delta │ │ │ ├── .part-00000-550d9d73-819b-4c56-8240-26361349dcff-c000.snappy.parquet.crc │ │ │ ├── .part-00000-a423feb8-b448-4bdb-9191-225efeddbd28-c000.snappy.parquet.crc │ │ │ ├── .part-00000-cdbe17fb-1431-4bf2-866b-1353d5527928-c000.snappy.parquet.crc │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ ├── .00000000000000000001.json.crc │ │ │ │ ├── .00000000000000000002.checkpoint.parquet.crc │ │ │ │ ├── .00000000000000000002.json.crc │ │ │ │ ├── .00000000000000000003.json.crc │ │ │ │ ├── 00000000000000000000.json │ │ │ │ ├── 00000000000000000001.json │ │ │ │ ├── 00000000000000000002.checkpoint.parquet │ │ │ │ ├── 00000000000000000002.json │ │ │ │ ├── 00000000000000000003.json │ │ │ │ └── _last_checkpoint │ │ │ ├── part-00000-550d9d73-819b-4c56-8240-26361349dcff-c000.snappy.parquet │ │ │ ├── part-00000-a423feb8-b448-4bdb-9191-225efeddbd28-c000.snappy.parquet │ │ │ └── part-00000-cdbe17fb-1431-4bf2-866b-1353d5527928-c000.snappy.parquet │ │ ├── expected │ │ │ └── latest │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-35c8e202-e6fd-4eb3-9622-55794a7e55e7-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ └── part-00000-35c8e202-e6fd-4eb3-9622-55794a7e55e7-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── stats_as_struct │ │ ├── delta │ │ │ ├── .part-00000-079f5452-45dc-4fa2-9518-d2b24a4ed8c8-c000.snappy.parquet.crc │ │ │ ├── .part-00000-44209c15-3429-4be0-8ef5-484e3eb9b3e9-c000.snappy.parquet.crc │ │ │ ├── .part-00000-d0a9cc34-1d0b-4269-90fb-bbde46ab2b0d-c000.snappy.parquet.crc │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ ├── .00000000000000000001.json.crc │ │ │ │ ├── .00000000000000000002.checkpoint.parquet.crc │ │ │ │ ├── .00000000000000000002.json.crc │ │ │ │ ├── .00000000000000000003.json.crc │ │ │ │ ├── 00000000000000000000.json │ │ │ │ ├── 00000000000000000001.json │ │ │ │ ├── 00000000000000000002.checkpoint.parquet │ │ │ │ ├── 00000000000000000002.json │ │ │ │ ├── 00000000000000000003.json │ │ │ │ └── _last_checkpoint │ │ │ ├── part-00000-079f5452-45dc-4fa2-9518-d2b24a4ed8c8-c000.snappy.parquet │ │ │ ├── part-00000-44209c15-3429-4be0-8ef5-484e3eb9b3e9-c000.snappy.parquet │ │ │ └── part-00000-d0a9cc34-1d0b-4269-90fb-bbde46ab2b0d-c000.snappy.parquet │ │ ├── expected │ │ │ └── latest │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-42d4be21-78f6-4ff5-b178-bed65b49bfdf-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ └── part-00000-42d4be21-78f6-4ff5-b178-bed65b49bfdf-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ ├── with_checkpoint │ │ ├── delta │ │ │ ├── .part-00000-70b1dcdf-0236-4f63-a072-124cdbafd8a0-c000.snappy.parquet.crc │ │ │ ├── .part-00000-a190be9e-e3df-439e-b366-06a863f51e99-c000.snappy.parquet.crc │ │ │ ├── .part-00000-ad1a4bb7-07e8-4f40-b50b-49910d209e0c-c000.snappy.parquet.crc │ │ │ ├── _delta_log │ │ │ │ ├── .00000000000000000000.json.crc │ │ │ │ ├── .00000000000000000001.json.crc │ │ │ │ ├── .00000000000000000002.checkpoint.parquet.crc │ │ │ │ ├── .00000000000000000002.json.crc │ │ │ │ ├── .00000000000000000003.json.crc │ │ │ │ ├── 00000000000000000000.json │ │ │ │ ├── 00000000000000000001.json │ │ │ │ ├── 00000000000000000002.checkpoint.parquet │ │ │ │ ├── 00000000000000000002.json │ │ │ │ ├── 00000000000000000003.json │ │ │ │ └── _last_checkpoint │ │ │ ├── part-00000-70b1dcdf-0236-4f63-a072-124cdbafd8a0-c000.snappy.parquet │ │ │ ├── part-00000-a190be9e-e3df-439e-b366-06a863f51e99-c000.snappy.parquet │ │ │ └── part-00000-ad1a4bb7-07e8-4f40-b50b-49910d209e0c-c000.snappy.parquet │ │ ├── expected │ │ │ └── latest │ │ │ │ ├── table_content │ │ │ │ ├── .part-00000-d25cdd45-b9cd-4084-8025-dd2a423af166-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ └── part-00000-d25cdd45-b9cd-4084-8025-dd2a423af166-c000.snappy.parquet │ │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json │ │ └── with_schema_change │ │ ├── delta │ │ ├── .part-00000-13b4e39a-cb93-476e-8206-9ec3f180d09c-c000.snappy.parquet.crc │ │ ├── .part-00000-ed934339-86bc-438b-b5e0-8d7d5d195985-c000.snappy.parquet.crc │ │ ├── _delta_log │ │ │ ├── .00000000000000000000.json.crc │ │ │ ├── .00000000000000000001.json.crc │ │ │ ├── 00000000000000000000.json │ │ │ └── 00000000000000000001.json │ │ ├── part-00000-13b4e39a-cb93-476e-8206-9ec3f180d09c-c000.snappy.parquet │ │ └── part-00000-ed934339-86bc-438b-b5e0-8d7d5d195985-c000.snappy.parquet │ │ ├── expected │ │ ├── latest │ │ │ ├── table_content │ │ │ │ ├── .part-00000-48e2d473-9c98-4dbd-bbda-44004cc03c55-c000.snappy.parquet.crc │ │ │ │ ├── _SUCCESS │ │ │ │ └── part-00000-48e2d473-9c98-4dbd-bbda-44004cc03c55-c000.snappy.parquet │ │ │ └── table_version_metadata.json │ │ └── v1 │ │ │ ├── table_content │ │ │ ├── .part-00000-6c2edb4d-8864-4031-8567-234e399f8a56-c000.snappy.parquet.crc │ │ │ ├── _SUCCESS │ │ │ └── part-00000-6c2edb4d-8864-4031-8567-234e399f8a56-c000.snappy.parquet │ │ │ └── table_version_metadata.json │ │ └── test_case_info.json └── test_import.py └── tox.ini /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/README.md -------------------------------------------------------------------------------- /assets/deltaray-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/assets/deltaray-header.png -------------------------------------------------------------------------------- /envs/env.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/envs/env.yml -------------------------------------------------------------------------------- /notebooks/deltaray-demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/notebooks/deltaray-demo.ipynb -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/setup.py -------------------------------------------------------------------------------- /src/deltaray/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/src/deltaray/__init__.py -------------------------------------------------------------------------------- /src/deltaray/data/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/src/deltaray/data/__init__.py -------------------------------------------------------------------------------- /src/deltaray/data/read_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/src/deltaray/data/read_api.py -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/delta/.part-00000-7a2970c5-4141-4f83-8d2e-993361e592b5-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/delta/.part-00000-7a2970c5-4141-4f83-8d2e-993361e592b5-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/delta/part-00000-7a2970c5-4141-4f83-8d2e-993361e592b5-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/delta/part-00000-7a2970c5-4141-4f83-8d2e-993361e592b5-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/expected/latest/table_content/.part-00000-2acd2058-e58d-4535-bb8b-6ed3bb27a955-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/expected/latest/table_content/.part-00000-2acd2058-e58d-4535-bb8b-6ed3bb27a955-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/expected/latest/table_content/part-00000-2acd2058-e58d-4535-bb8b-6ed3bb27a955-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/expected/latest/table_content/part-00000-2acd2058-e58d-4535-bb8b-6ed3bb27a955-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/all_primitive_types/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/all_primitive_types/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/.part-00000-c156ac8b-f738-4479-803d-750072dd4c51-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/.part-00000-c156ac8b-f738-4479-803d-750072dd4c51-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/.part-00000-ef42f28f-e8e8-4d54-b51f-c3af96c72a44-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/.part-00000-ef42f28f-e8e8-4d54-b51f-c3af96c72a44-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/_delta_log/00000000000000000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/_delta_log/00000000000000000001.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/part-00000-c156ac8b-f738-4479-803d-750072dd4c51-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/part-00000-c156ac8b-f738-4479-803d-750072dd4c51-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/delta/part-00000-ef42f28f-e8e8-4d54-b51f-c3af96c72a44-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/delta/part-00000-ef42f28f-e8e8-4d54-b51f-c3af96c72a44-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/latest/table_content/.part-00000-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/latest/table_content/.part-00000-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/latest/table_content/.part-00001-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/latest/table_content/.part-00001-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/latest/table_content/part-00000-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/latest/table_content/part-00000-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/latest/table_content/part-00001-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/latest/table_content/part-00001-d337dc78-a7c9-421d-b22b-e0f168258598-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v0/table_content/.part-00000-37cc5c2e-9462-48e4-9e4e-744013b15266-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v0/table_content/.part-00000-37cc5c2e-9462-48e4-9e4e-744013b15266-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v0/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v0/table_content/part-00000-37cc5c2e-9462-48e4-9e4e-744013b15266-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v0/table_content/part-00000-37cc5c2e-9462-48e4-9e4e-744013b15266-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v0/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v0/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v1/table_content/.part-00000-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v1/table_content/.part-00000-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v1/table_content/.part-00001-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v1/table_content/.part-00001-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v1/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v1/table_content/part-00000-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v1/table_content/part-00000-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v1/table_content/part-00001-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v1/table_content/part-00001-3af36118-f4bc-44c7-85ea-4a289fa3cc64-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/expected/v1/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/expected/v1/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_append/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_append/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/_delta_log/00000000000000000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/_delta_log/00000000000000000001.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/.part-00000-8eb7f29a-e6a1-436e-a638-bbf0a7953f09.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/.part-00000-8eb7f29a-e6a1-436e-a638-bbf0a7953f09.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/part-00000-8eb7f29a-e6a1-436e-a638-bbf0a7953f09.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/part-00000-8eb7f29a-e6a1-436e-a638-bbf0a7953f09.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=a/.part-00000-0dbe0cc5-e3bf-4fb0-b36a-b5fdd67fe843.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=a/.part-00000-0dbe0cc5-e3bf-4fb0-b36a-b5fdd67fe843.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=a/.part-00000-a08d296a-d2c5-4a99-bea9-afcea42ba2e9.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=a/.part-00000-a08d296a-d2c5-4a99-bea9-afcea42ba2e9.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=a/part-00000-0dbe0cc5-e3bf-4fb0-b36a-b5fdd67fe843.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=a/part-00000-0dbe0cc5-e3bf-4fb0-b36a-b5fdd67fe843.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=a/part-00000-a08d296a-d2c5-4a99-bea9-afcea42ba2e9.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=a/part-00000-a08d296a-d2c5-4a99-bea9-afcea42ba2e9.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=b/.part-00000-41954fb0-ef91-47e5-bd41-b75169c41c17.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=b/.part-00000-41954fb0-ef91-47e5-bd41-b75169c41c17.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=b/part-00000-41954fb0-ef91-47e5-bd41-b75169c41c17.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=b/part-00000-41954fb0-ef91-47e5-bd41-b75169c41c17.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=c/.part-00000-27a17b8f-be68-485c-9c49-70c742be30c0.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=c/.part-00000-27a17b8f-be68-485c-9c49-70c742be30c0.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=c/part-00000-27a17b8f-be68-485c-9c49-70c742be30c0.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=c/part-00000-27a17b8f-be68-485c-9c49-70c742be30c0.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=e/.part-00000-847cf2d1-1247-4aa0-89ef-2f90c68ea51e.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=e/.part-00000-847cf2d1-1247-4aa0-89ef-2f90c68ea51e.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/delta/letter=e/part-00000-847cf2d1-1247-4aa0-89ef-2f90c68ea51e.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/delta/letter=e/part-00000-847cf2d1-1247-4aa0-89ef-2f90c68ea51e.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/.part-00000-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/.part-00000-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/.part-00001-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/.part-00001-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/part-00000-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/part-00000-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/part-00001-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/latest/table_content/part-00001-7e327525-2c5c-4934-b5f9-860ab4c935d5-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/.part-00000-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/.part-00000-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/.part-00001-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/.part-00001-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/part-00000-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/part-00000-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/part-00001-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v0/table_content/part-00001-e997c0f2-7da7-4fa9-93f8-3ab22cfe0516-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v0/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v0/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/.part-00000-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/.part-00000-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/.part-00001-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/.part-00001-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/part-00000-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/part-00000-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/part-00001-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v1/table_content/part-00001-012ec3c2-79b3-4d2e-9b1c-fff1da21c7eb-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/expected/v1/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/expected/v1/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/basic_partitioned/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/basic_partitioned/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/_delta_log/.00000000000000000002.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/_delta_log/.00000000000000000002.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/_delta_log/00000000000000000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/_delta_log/00000000000000000001.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/_delta_log/00000000000000000002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/_delta_log/00000000000000000002.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=%2F%2520%25f/date=1970-01-01/data=hello/.part-00000-a29a3f63-5a26-4127-aeff-e6d27c077917.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=%2F%2520%25f/date=1970-01-01/data=hello/.part-00000-a29a3f63-5a26-4127-aeff-e6d27c077917.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=%2F%2520%25f/date=1970-01-01/data=hello/part-00000-a29a3f63-5a26-4127-aeff-e6d27c077917.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=%2F%2520%25f/date=1970-01-01/data=hello/part-00000-a29a3f63-5a26-4127-aeff-e6d27c077917.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/date=__HIVE_DEFAULT_PARTITION__/data=__HIVE_DEFAULT_PARTITION__/.part-00000-c5e4f561-cd80-4681-ab0b-100efc06fa96.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/date=__HIVE_DEFAULT_PARTITION__/data=__HIVE_DEFAULT_PARTITION__/.part-00000-c5e4f561-cd80-4681-ab0b-100efc06fa96.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/date=__HIVE_DEFAULT_PARTITION__/data=__HIVE_DEFAULT_PARTITION__/part-00000-c5e4f561-cd80-4681-ab0b-100efc06fa96.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=__HIVE_DEFAULT_PARTITION__/date=__HIVE_DEFAULT_PARTITION__/data=__HIVE_DEFAULT_PARTITION__/part-00000-c5e4f561-cd80-4681-ab0b-100efc06fa96.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=1970-01-01/data=hello/.part-00000-31d90fef-d8a8-47da-8176-4ee8ff04c5ff.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=1970-01-01/data=hello/.part-00000-31d90fef-d8a8-47da-8176-4ee8ff04c5ff.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=1970-01-01/data=hello/part-00000-31d90fef-d8a8-47da-8176-4ee8ff04c5ff.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=1970-01-01/data=hello/part-00000-31d90fef-d8a8-47da-8176-4ee8ff04c5ff.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=__HIVE_DEFAULT_PARTITION__/data=x/.part-00000-7f78ce2e-c7b2-427f-824d-a4c0e2139ad3.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=__HIVE_DEFAULT_PARTITION__/data=x/.part-00000-7f78ce2e-c7b2-427f-824d-a4c0e2139ad3.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=__HIVE_DEFAULT_PARTITION__/data=x/part-00000-7f78ce2e-c7b2-427f-824d-a4c0e2139ad3.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=a/date=__HIVE_DEFAULT_PARTITION__/data=x/part-00000-7f78ce2e-c7b2-427f-824d-a4c0e2139ad3.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=world/.part-00000-c3fade85-0652-48eb-90cf-a42d188ca9d3.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=world/.part-00000-c3fade85-0652-48eb-90cf-a42d188ca9d3.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=world/part-00000-c3fade85-0652-48eb-90cf-a42d188ca9d3.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=world/part-00000-c3fade85-0652-48eb-90cf-a42d188ca9d3.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=😈/.part-00000-9363b3d0-34b9-4db4-baf6-9b48cf88ae5b.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=😈/.part-00000-9363b3d0-34b9-4db4-baf6-9b48cf88ae5b.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=😈/part-00000-9363b3d0-34b9-4db4-baf6-9b48cf88ae5b.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-01/data=😈/part-00000-9363b3d0-34b9-4db4-baf6-9b48cf88ae5b.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-02/data=world/.part-00000-4b3fc81d-2403-4c36-a793-73e5af9b0e90.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- 1 | crc1܇~ -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-02/data=world/part-00000-4b3fc81d-2403-4c36-a793-73e5af9b0e90.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/delta/letter=b/date=1970-01-02/data=world/part-00000-4b3fc81d-2403-4c36-a793-73e5af9b0e90.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/.part-00000-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/.part-00000-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/.part-00001-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/.part-00001-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/part-00000-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/part-00000-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/part-00001-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/latest/table_content/part-00001-ed780c69-9352-4ed9-9dd9-3c31ceb83a12-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/.part-00000-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/.part-00000-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/.part-00001-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/.part-00001-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/part-00000-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/part-00000-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/part-00001-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v0/table_content/part-00001-f3c5a613-7f3b-4233-afb9-1be200f3a019-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v0/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v0/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/.part-00000-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/.part-00000-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/.part-00001-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/.part-00001-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/part-00000-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/part-00000-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/part-00001-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v1/table_content/part-00001-9a1c0dc1-10a7-41b4-8fc7-78c9dc922cee-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v1/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v1/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/.part-00000-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/.part-00000-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/.part-00001-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/.part-00001-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/part-00000-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/part-00000-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/part-00001-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v2/table_content/part-00001-1e818d25-b02f-4651-833e-04a8976f3d3b-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/expected/v2/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/expected/v2/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/bool=false/time=1970-01-02 08%3A45%3A00/amount=12.000000000000000000/.part-00000-59214263-6251-448f-afd8-11aa82963ae8.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/delta/bool=false/time=1970-01-02 08%3A45%3A00/amount=12.000000000000000000/.part-00000-59214263-6251-448f-afd8-11aa82963ae8.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/bool=false/time=1970-01-02 08%3A45%3A00/amount=12.000000000000000000/part-00000-59214263-6251-448f-afd8-11aa82963ae8.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/delta/bool=false/time=1970-01-02 08%3A45%3A00/amount=12.000000000000000000/part-00000-59214263-6251-448f-afd8-11aa82963ae8.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/bool=true/time=1970-01-01 00%3A00%3A00/amount=200.000000000000000000/.part-00000-75b26c4a-018e-43da-b39b-f5b1a8b13889.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/delta/bool=true/time=1970-01-01 00%3A00%3A00/amount=200.000000000000000000/.part-00000-75b26c4a-018e-43da-b39b-f5b1a8b13889.c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/bool=true/time=1970-01-01 00%3A00%3A00/amount=200.000000000000000000/part-00000-75b26c4a-018e-43da-b39b-f5b1a8b13889.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/delta/bool=true/time=1970-01-01 00%3A00%3A00/amount=200.000000000000000000/part-00000-75b26c4a-018e-43da-b39b-f5b1a8b13889.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/bool=true/time=1970-01-01 12%3A30%3A00/amount=200.000000000000000000/.part-00000-0eaa5980-a7e5-4796-826f-8a5babfda788.c000.snappy.parquet.crc: -------------------------------------------------------------------------------- 1 | crcҏmU -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/delta/bool=true/time=1970-01-01 12%3A30%3A00/amount=200.000000000000000000/part-00000-0eaa5980-a7e5-4796-826f-8a5babfda788.c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/delta/bool=true/time=1970-01-01 12%3A30%3A00/amount=200.000000000000000000/part-00000-0eaa5980-a7e5-4796-826f-8a5babfda788.c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/.part-00000-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/.part-00000-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/.part-00001-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/.part-00001-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/part-00000-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/part-00000-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/part-00001-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_content/part-00001-481f11da-1c63-457d-9daa-d2adb88f3570-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/multi_partitioned_2/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/multi_partitioned_2/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/delta/.part-00000-2f260027-583c-4484-aa27-38e08a700025-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/delta/.part-00000-2f260027-583c-4484-aa27-38e08a700025-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/delta/part-00000-2f260027-583c-4484-aa27-38e08a700025-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/delta/part-00000-2f260027-583c-4484-aa27-38e08a700025-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/expected/latest/table_content/.part-00000-ffd23b68-bdab-424e-8969-49c004bf3c22-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/expected/latest/table_content/.part-00000-ffd23b68-bdab-424e-8969-49c004bf3c22-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/expected/latest/table_content/part-00000-ffd23b68-bdab-424e-8969-49c004bf3c22-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/expected/latest/table_content/part-00000-ffd23b68-bdab-424e-8969-49c004bf3c22-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/nested_types/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/nested_types/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/.part-00000-1f6da452-4fd4-4ade-a7ba-77a5764584a0-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/.part-00000-1f6da452-4fd4-4ade-a7ba-77a5764584a0-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000002.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000002.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000003.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/.00000000000000000003.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/00000000000000000002.checkpoint.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/00000000000000000002.checkpoint.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/00000000000000000002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/00000000000000000002.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/00000000000000000003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/00000000000000000003.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/_delta_log/_last_checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/_delta_log/_last_checkpoint -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/delta/part-00000-1f6da452-4fd4-4ade-a7ba-77a5764584a0-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/delta/part-00000-1f6da452-4fd4-4ade-a7ba-77a5764584a0-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/expected/latest/table_content/.part-00000-5ed0b2a3-ad91-4c67-93bb-3356988577b7-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/expected/latest/table_content/.part-00000-5ed0b2a3-ad91-4c67-93bb-3356988577b7-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/expected/latest/table_content/part-00000-5ed0b2a3-ad91-4c67-93bb-3356988577b7-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/expected/latest/table_content/part-00000-5ed0b2a3-ad91-4c67-93bb-3356988577b7-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_replay/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_replay/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/.part-00000-550d9d73-819b-4c56-8240-26361349dcff-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/.part-00000-550d9d73-819b-4c56-8240-26361349dcff-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/.part-00000-a423feb8-b448-4bdb-9191-225efeddbd28-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/.part-00000-a423feb8-b448-4bdb-9191-225efeddbd28-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/.part-00000-cdbe17fb-1431-4bf2-866b-1353d5527928-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/.part-00000-cdbe17fb-1431-4bf2-866b-1353d5527928-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000002.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000002.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000003.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/.00000000000000000003.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000001.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000002.checkpoint.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000002.checkpoint.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000002.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/00000000000000000003.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/_delta_log/_last_checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/_delta_log/_last_checkpoint -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/part-00000-550d9d73-819b-4c56-8240-26361349dcff-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/part-00000-550d9d73-819b-4c56-8240-26361349dcff-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/part-00000-a423feb8-b448-4bdb-9191-225efeddbd28-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/part-00000-a423feb8-b448-4bdb-9191-225efeddbd28-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/delta/part-00000-cdbe17fb-1431-4bf2-866b-1353d5527928-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/delta/part-00000-cdbe17fb-1431-4bf2-866b-1353d5527928-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/expected/latest/table_content/.part-00000-35c8e202-e6fd-4eb3-9622-55794a7e55e7-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/expected/latest/table_content/.part-00000-35c8e202-e6fd-4eb3-9622-55794a7e55e7-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/expected/latest/table_content/part-00000-35c8e202-e6fd-4eb3-9622-55794a7e55e7-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/expected/latest/table_content/part-00000-35c8e202-e6fd-4eb3-9622-55794a7e55e7-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/no_stats/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/no_stats/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/.part-00000-079f5452-45dc-4fa2-9518-d2b24a4ed8c8-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/.part-00000-079f5452-45dc-4fa2-9518-d2b24a4ed8c8-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/.part-00000-44209c15-3429-4be0-8ef5-484e3eb9b3e9-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/.part-00000-44209c15-3429-4be0-8ef5-484e3eb9b3e9-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/.part-00000-d0a9cc34-1d0b-4269-90fb-bbde46ab2b0d-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/.part-00000-d0a9cc34-1d0b-4269-90fb-bbde46ab2b0d-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000002.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000002.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000003.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/.00000000000000000003.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000001.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000002.checkpoint.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000002.checkpoint.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000002.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/00000000000000000003.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/_delta_log/_last_checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/_delta_log/_last_checkpoint -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/part-00000-079f5452-45dc-4fa2-9518-d2b24a4ed8c8-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/part-00000-079f5452-45dc-4fa2-9518-d2b24a4ed8c8-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/part-00000-44209c15-3429-4be0-8ef5-484e3eb9b3e9-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/part-00000-44209c15-3429-4be0-8ef5-484e3eb9b3e9-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/delta/part-00000-d0a9cc34-1d0b-4269-90fb-bbde46ab2b0d-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/delta/part-00000-d0a9cc34-1d0b-4269-90fb-bbde46ab2b0d-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/expected/latest/table_content/.part-00000-42d4be21-78f6-4ff5-b178-bed65b49bfdf-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/expected/latest/table_content/.part-00000-42d4be21-78f6-4ff5-b178-bed65b49bfdf-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/expected/latest/table_content/part-00000-42d4be21-78f6-4ff5-b178-bed65b49bfdf-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/expected/latest/table_content/part-00000-42d4be21-78f6-4ff5-b178-bed65b49bfdf-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/stats_as_struct/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/stats_as_struct/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/.part-00000-70b1dcdf-0236-4f63-a072-124cdbafd8a0-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/.part-00000-70b1dcdf-0236-4f63-a072-124cdbafd8a0-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/.part-00000-a190be9e-e3df-439e-b366-06a863f51e99-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/.part-00000-a190be9e-e3df-439e-b366-06a863f51e99-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/.part-00000-ad1a4bb7-07e8-4f40-b50b-49910d209e0c-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/.part-00000-ad1a4bb7-07e8-4f40-b50b-49910d209e0c-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000002.checkpoint.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000002.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000002.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/.00000000000000000003.json.crc: -------------------------------------------------------------------------------- 1 | crc ٲ$-Q. -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000001.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000002.checkpoint.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000002.checkpoint.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000002.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000002.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/00000000000000000003.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/_delta_log/_last_checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/_delta_log/_last_checkpoint -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/part-00000-70b1dcdf-0236-4f63-a072-124cdbafd8a0-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/part-00000-70b1dcdf-0236-4f63-a072-124cdbafd8a0-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/part-00000-a190be9e-e3df-439e-b366-06a863f51e99-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/part-00000-a190be9e-e3df-439e-b366-06a863f51e99-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/delta/part-00000-ad1a4bb7-07e8-4f40-b50b-49910d209e0c-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/delta/part-00000-ad1a4bb7-07e8-4f40-b50b-49910d209e0c-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/expected/latest/table_content/.part-00000-d25cdd45-b9cd-4084-8025-dd2a423af166-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/expected/latest/table_content/.part-00000-d25cdd45-b9cd-4084-8025-dd2a423af166-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/expected/latest/table_content/part-00000-d25cdd45-b9cd-4084-8025-dd2a423af166-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/expected/latest/table_content/part-00000-d25cdd45-b9cd-4084-8025-dd2a423af166-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_checkpoint/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_checkpoint/test_case_info.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/.part-00000-13b4e39a-cb93-476e-8206-9ec3f180d09c-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/.part-00000-13b4e39a-cb93-476e-8206-9ec3f180d09c-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/.part-00000-ed934339-86bc-438b-b5e0-8d7d5d195985-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/.part-00000-ed934339-86bc-438b-b5e0-8d7d5d195985-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/_delta_log/.00000000000000000000.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/_delta_log/.00000000000000000000.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/_delta_log/.00000000000000000001.json.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/_delta_log/.00000000000000000001.json.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/_delta_log/00000000000000000000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/_delta_log/00000000000000000000.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/_delta_log/00000000000000000001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/_delta_log/00000000000000000001.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/part-00000-13b4e39a-cb93-476e-8206-9ec3f180d09c-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/part-00000-13b4e39a-cb93-476e-8206-9ec3f180d09c-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/delta/part-00000-ed934339-86bc-438b-b5e0-8d7d5d195985-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/delta/part-00000-ed934339-86bc-438b-b5e0-8d7d5d195985-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/latest/table_content/.part-00000-48e2d473-9c98-4dbd-bbda-44004cc03c55-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/expected/latest/table_content/.part-00000-48e2d473-9c98-4dbd-bbda-44004cc03c55-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/latest/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/latest/table_content/part-00000-48e2d473-9c98-4dbd-bbda-44004cc03c55-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/expected/latest/table_content/part-00000-48e2d473-9c98-4dbd-bbda-44004cc03c55-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/latest/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/expected/latest/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/v1/table_content/.part-00000-6c2edb4d-8864-4031-8567-234e399f8a56-c000.snappy.parquet.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/expected/v1/table_content/.part-00000-6c2edb4d-8864-4031-8567-234e399f8a56-c000.snappy.parquet.crc -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/v1/table_content/_SUCCESS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/v1/table_content/part-00000-6c2edb4d-8864-4031-8567-234e399f8a56-c000.snappy.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/expected/v1/table_content/part-00000-6c2edb4d-8864-4031-8567-234e399f8a56-c000.snappy.parquet -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/expected/v1/table_version_metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/expected/v1/table_version_metadata.json -------------------------------------------------------------------------------- /tests/reader_tests/generated/with_schema_change/test_case_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/reader_tests/generated/with_schema_change/test_case_info.json -------------------------------------------------------------------------------- /tests/test_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tests/test_import.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delta-incubator/deltaray/HEAD/tox.ini --------------------------------------------------------------------------------