@gscdump/lakehouse 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. package/dist/_virtual/node_modules/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/compressors.mjs +14 -0
  2. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/index.mjs +3 -3
  3. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/assemble.mjs +144 -0
  4. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/bloom.mjs +124 -0
  5. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/column.mjs +127 -0
  6. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/constants.mjs +75 -0
  7. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/convert.mjs +118 -0
  8. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/datapage.mjs +144 -0
  9. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/delta.mjs +65 -0
  10. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/encoding.mjs +76 -0
  11. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/filter.mjs +98 -0
  12. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/geoparquet.mjs +24 -0
  13. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/index.mjs +7 -0
  14. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/indexes.mjs +16 -0
  15. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/metadata.mjs +235 -0
  16. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/node.mjs +7 -0
  17. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/plain.mjs +78 -0
  18. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/plan.mjs +147 -0
  19. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/read.mjs +106 -0
  20. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/rowgroup.mjs +154 -0
  21. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/schema.mjs +75 -0
  22. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/thrift.mjs +86 -0
  23. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/utils.mjs +30 -1
  24. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/variant.mjs +225 -0
  25. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/wkb.mjs +94 -0
  26. package/dist/_virtual/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/xxhash.mjs +68 -0
  27. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/avro/avro.write.mjs +2 -2
  28. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/delete.mjs +34 -0
  29. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/fetch.mjs +104 -5
  30. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/index.mjs +6 -6
  31. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/manifest.mjs +14 -1
  32. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/metadata.mjs +10 -2
  33. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/puffin/deletion-vector.mjs +122 -0
  34. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/puffin/puffin.mjs +78 -0
  35. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/puffin/roaring.mjs +132 -0
  36. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/read.mjs +324 -0
  37. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/s3.mjs +2 -2
  38. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/types.d.mts +2 -2
  39. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/utils.mjs +20 -1
  40. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/delete-file.mjs +52 -0
  41. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/manifest.mjs +45 -1
  42. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/parquet.mjs +2 -2
  43. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/rewrite.mjs +174 -0
  44. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/stage-deletion-vector.mjs +295 -0
  45. package/dist/_virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/stage-position-delete.mjs +216 -0
  46. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/stage.mjs +119 -2
  47. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/write.mjs +236 -7
  48. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/index.d.mts +3 -3
  49. package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/db0.d.mts +1 -1
  50. package/dist/catalog-cache.d.mts +2 -2
  51. package/dist/catalog.d.mts +7 -10
  52. package/dist/catalog.mjs +13 -15
  53. package/dist/dataset-runtime.mjs +68 -0
  54. package/dist/dataset.d.mts +1 -9
  55. package/dist/dataset.mjs +24 -76
  56. package/dist/date.d.mts +8 -0
  57. package/dist/date.mjs +13 -0
  58. package/dist/index.d.mts +4 -3
  59. package/dist/index.mjs +4 -3
  60. package/dist/orphan-sweep.mjs +3 -3
  61. package/dist/schema.d.mts +4 -1
  62. package/dist/schema.mjs +9 -1
  63. package/dist/unsafe-raw.d.mts +5 -5
  64. package/dist/unsafe-raw.mjs +5 -5
  65. package/dist/vendor/hysnappy-purejs.mjs +1 -1
  66. package/package.json +11 -1
  67. package/dist/node_modules/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/compressors.mjs +0 -7
  68. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/assemble.mjs +0 -3
  69. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/bloom.mjs +0 -14
  70. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/column.mjs +0 -8
  71. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/constants.mjs +0 -1
  72. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/convert.mjs +0 -11
  73. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/datapage.mjs +0 -6
  74. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/delta.mjs +0 -2
  75. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/encoding.mjs +0 -2
  76. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/filter.mjs +0 -3
  77. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/geoparquet.mjs +0 -1
  78. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/index.mjs +0 -7
  79. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/indexes.mjs +0 -5
  80. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/metadata.mjs +0 -8
  81. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/node.mjs +0 -4
  82. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/plain.mjs +0 -1
  83. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/plan.mjs +0 -5
  84. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/read.mjs +0 -6
  85. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/rowgroup.mjs +0 -7
  86. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/schema.mjs +0 -1
  87. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/thrift.mjs +0 -1
  88. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/variant.mjs +0 -3
  89. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/wkb.mjs +0 -1
  90. package/dist/node_modules/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/xxhash.mjs +0 -1
  91. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/delete.mjs +0 -2
  92. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/puffin/deletion-vector.mjs +0 -2
  93. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/puffin/puffin.mjs +0 -2
  94. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/puffin/roaring.mjs +0 -1
  95. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/read.mjs +0 -9
  96. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/delete-file.mjs +0 -3
  97. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/rewrite.mjs +0 -10
  98. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/stage-deletion-vector.mjs +0 -11
  99. package/dist/node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057/node_modules/icebird/src/write/stage-position-delete.mjs +0 -8
  100. package/dist/{node_modules → _virtual/node_modules}/.pnpm/chokidar@5.0.0/node_modules/chokidar/handler.d.mts +0 -0
  101. package/dist/{node_modules → _virtual/node_modules}/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.mts +0 -0
  102. package/dist/{node_modules/.pnpm/db0@0.3.4_drizzle-orm@1.0.0-rc.3_@cloudflare_workers-types@5.20260722.1_valibot@1.4.2_typescript@7.0.2__zod@4.4.3_ → _virtual/node_modules/.pnpm/db0@0.3.4_drizzle-orm@1.0.0-rc.3_@cloudflare+workers-types@5.20260722.1_valibot@1.4.2_typescript@7.0.2__zod@4.4.3_}/node_modules/db0/dist/index.d.mts +0 -0
  103. package/dist/{node_modules → _virtual/node_modules}/.pnpm/denque@2.1.0/node_modules/denque/index.d.mts +0 -0
  104. package/dist/{node_modules → _virtual/node_modules}/.pnpm/fzstd@0.1.1/node_modules/fzstd/esm/index.mjs +0 -0
  105. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.bitreader.mjs +0 -0
  106. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.blocks.mjs +0 -0
  107. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.context.mjs +0 -0
  108. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.contextmap.mjs +0 -0
  109. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.dictionary.mjs +0 -0
  110. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.huffman.mjs +0 -0
  111. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.mjs +0 -0
  112. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.prefix.mjs +0 -0
  113. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.streams.mjs +0 -0
  114. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/brotli.transform.mjs +0 -0
  115. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/gzip.huffman.mjs +0 -0
  116. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/gzip.mjs +0 -0
  117. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet-compressors@1.1.1/node_modules/hyparquet-compressors/src/lz4.mjs +0 -0
  118. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/bloom.mjs +0 -0
  119. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/bytewriter.mjs +0 -0
  120. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/column.mjs +0 -0
  121. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/datapage.mjs +0 -0
  122. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/delta.mjs +0 -0
  123. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/dictionary.mjs +0 -0
  124. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/dremel.mjs +0 -0
  125. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/encoding.mjs +0 -0
  126. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/geospatial.mjs +0 -0
  127. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/index.mjs +0 -0
  128. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/indexes.mjs +0 -0
  129. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/metadata.mjs +0 -0
  130. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/node.mjs +0 -0
  131. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/parquet-writer.mjs +0 -0
  132. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/plain.mjs +0 -0
  133. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/schema.mjs +0 -0
  134. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/snappy.mjs +0 -0
  135. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/splitstream.mjs +0 -0
  136. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/thrift.mjs +0 -0
  137. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/types.d.mts +0 -0
  138. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/unconvert.mjs +0 -0
  139. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/variant.mjs +0 -0
  140. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/wkb.mjs +0 -0
  141. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/write-rows.mjs +0 -0
  142. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/src/write.mjs +0 -0
  143. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/bytewriter.d.mts +0 -0
  144. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/index.d.mts +0 -0
  145. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/node.d.mts +0 -0
  146. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/parquet-writer.d.mts +0 -0
  147. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/schema.d.mts +0 -0
  148. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/wkb.d.mts +0 -0
  149. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/write-rows.d.mts +0 -0
  150. package/dist/{node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash_7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec → _virtual/node_modules/.pnpm/hyparquet-writer@0.16.1_patch_hash=7a5e451ac7634d7546ac56bcc5eadacf7715a6241640c2b5a5bc0cfc9763b8ec}/node_modules/hyparquet-writer/types/write.d.mts +0 -0
  151. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/assemble.mjs +0 -0
  152. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/bloom.mjs +0 -0
  153. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/column.mjs +0 -0
  154. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/constants.mjs +0 -0
  155. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/convert.mjs +0 -0
  156. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/datapage.mjs +0 -0
  157. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/delta.mjs +0 -0
  158. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/encoding.mjs +0 -0
  159. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/filter.mjs +0 -0
  160. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/geoparquet.mjs +0 -0
  161. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/index.mjs +0 -0
  162. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/indexes.mjs +0 -0
  163. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/metadata.mjs +0 -0
  164. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/node.mjs +0 -0
  165. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/plain.mjs +0 -0
  166. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/plan.mjs +0 -0
  167. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/query.mjs +0 -0
  168. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/read.mjs +0 -0
  169. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/rowgroup.mjs +0 -0
  170. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/schema.mjs +0 -0
  171. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/snappy.mjs +0 -0
  172. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/thrift.mjs +0 -0
  173. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/types.d.mts +0 -0
  174. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/utils.mjs +0 -0
  175. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/variant.mjs +0 -0
  176. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/wkb.mjs +0 -0
  177. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/src/xxhash.mjs +0 -0
  178. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/index.d.mts +0 -0
  179. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/indexes.d.mts +0 -0
  180. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/metadata.d.mts +0 -0
  181. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/node.d.mts +0 -0
  182. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/query.d.mts +0 -0
  183. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/read.d.mts +0 -0
  184. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/snappy.d.mts +0 -0
  185. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.1/node_modules/hyparquet/types/utils.d.mts +0 -0
  186. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/query.mjs +0 -0
  187. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/snappy.mjs +0 -0
  188. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/src/types.d.mts +0 -0
  189. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/index.d.mts +0 -0
  190. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/indexes.d.mts +0 -0
  191. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/metadata.d.mts +0 -0
  192. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/node.d.mts +0 -0
  193. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/query.d.mts +0 -0
  194. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/read.d.mts +0 -0
  195. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/snappy.d.mts +0 -0
  196. package/dist/{node_modules → _virtual/node_modules}/.pnpm/hyparquet@1.26.2/node_modules/hyparquet/types/utils.d.mts +0 -0
  197. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/avro/avro.metadata.mjs +0 -0
  198. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/avro/avro.read.mjs +0 -0
  199. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/catalog/file.mjs +0 -0
  200. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/catalog/loadTable.mjs +1 -1
  201. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/catalog/rest.mjs +0 -0
  202. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/create.mjs +1 -1
  203. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/json.mjs +0 -0
  204. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/prune.mjs +0 -0
  205. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/schema.mjs +0 -0
  206. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/sigv4.mjs +0 -0
  207. package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/sql/icebergDataSource.mjs +1 -1
  208. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/sql/icebergQuery.mjs +0 -0
  209. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/sql/whereFilter.mjs +0 -0
  210. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/commit.mjs +0 -0
  211. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/conversions.mjs +0 -0
  212. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/geospatial.mjs +0 -0
  213. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/manifest-list.mjs +0 -0
  214. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/partition.mjs +0 -0
  215. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/serde.mjs +0 -0
  216. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/snapshot.mjs +0 -0
  217. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/sort.mjs +0 -0
  218. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/stats.mjs +0 -0
  219. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/src/write/transform.mjs +0 -0
  220. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/catalog/file.d.mts +0 -0
  221. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/catalog/rest.d.mts +0 -0
  222. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/create.d.mts +0 -0
  223. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/fetch.d.mts +0 -0
  224. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/manifest.d.mts +0 -0
  225. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/metadata.d.mts +0 -0
  226. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/read.d.mts +0 -0
  227. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/s3.d.mts +0 -0
  228. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/sql/icebergDataSource.d.mts +0 -0
  229. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/sql/icebergQuery.d.mts +0 -0
  230. /package/dist/{node_modules/.pnpm/icebird@0.8.15_patch_hash_d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057 → _virtual/node_modules/.pnpm/icebird@0.8.15_patch_hash=d1902372376af18885e7c7dce807f1ecab86c2f86a9d1ff65d51e3b63b64b057}/node_modules/icebird/types/write/write.d.mts +0 -0
  231. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/Command.d.mts +0 -0
  232. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/DataHandler.d.mts +0 -0
  233. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/Pipeline.d.mts +0 -0
  234. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/Redis.d.mts +0 -0
  235. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/ScanStream.d.mts +0 -0
  236. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/SubscriptionSet.d.mts +0 -0
  237. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/cluster/ClusterOptions.d.mts +0 -0
  238. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/cluster/index.d.mts +0 -0
  239. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/cluster/util.d.mts +0 -0
  240. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/connectors/AbstractConnector.d.mts +0 -0
  241. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/connectors/ConnectorConstructor.d.mts +0 -0
  242. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.d.mts +0 -0
  243. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/connectors/SentinelConnector/index.d.mts +0 -0
  244. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/connectors/SentinelConnector/types.d.mts +0 -0
  245. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/connectors/StandaloneConnector.d.mts +0 -0
  246. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/index.d.mts +0 -0
  247. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/redis/RedisOptions.d.mts +0 -0
  248. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/transaction.d.mts +0 -0
  249. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/types.d.mts +0 -0
  250. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/utils/Commander.d.mts +0 -0
  251. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/ioredis@5.10.1_supports-color@10.2.2/node_modules/ioredis/built/utils/RedisCommander.d.mts +0 -0
  252. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/lru-cache@11.5.0/node_modules/lru-cache/dist/esm/index.d.mts +0 -0
  253. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/lru-cache@11.5.0/node_modules/lru-cache/dist/esm/perf.d.mts +0 -0
  254. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/readdirp@5.0.0/node_modules/readdirp/index.d.mts +0 -0
  255. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/ast.d.mts +0 -0
  256. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/backend/dataSource.mjs +0 -0
  257. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/accumulator.mjs +0 -0
  258. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/aggregates.mjs +0 -0
  259. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/execute.mjs +0 -0
  260. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/join.mjs +0 -0
  261. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/scanColumn.mjs +0 -0
  262. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/sort.mjs +0 -0
  263. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/streamingAggregate.mjs +0 -0
  264. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/utils.mjs +0 -0
  265. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/window.mjs +0 -0
  266. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/execute/yield.mjs +0 -0
  267. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/expression/alias.mjs +0 -0
  268. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/expression/binary.mjs +0 -0
  269. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/expression/date.mjs +0 -0
  270. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/expression/evaluate.mjs +0 -0
  271. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/expression/math.mjs +0 -0
  272. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/expression/regexp.mjs +0 -0
  273. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/expression/strings.mjs +0 -0
  274. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/index.d.mts +0 -0
  275. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/index.mjs +0 -0
  276. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/expression.mjs +0 -0
  277. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/extractTables.mjs +0 -0
  278. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/functions.mjs +0 -0
  279. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/joins.mjs +0 -0
  280. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/parse.mjs +0 -0
  281. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/primary.mjs +0 -0
  282. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/state.mjs +0 -0
  283. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/tokenize.mjs +0 -0
  284. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/parse/types.d.mts +0 -0
  285. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/plan/columns.mjs +0 -0
  286. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/plan/plan.mjs +0 -0
  287. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/plan/types.d.mts +0 -0
  288. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/bbox.mjs +0 -0
  289. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/equality.mjs +0 -0
  290. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/operations.mjs +0 -0
  291. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/pointRelations.mjs +0 -0
  292. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/primitives.mjs +0 -0
  293. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/segments.mjs +0 -0
  294. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/spatial.mjs +0 -0
  295. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/spatial/wkt.mjs +0 -0
  296. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/types.d.mts +0 -0
  297. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/validation/aggregates.mjs +0 -0
  298. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/validation/executionErrors.mjs +0 -0
  299. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/validation/functions.mjs +0 -0
  300. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/validation/keywords.mjs +0 -0
  301. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/validation/parseErrors.mjs +0 -0
  302. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/squirreling@0.15.0/node_modules/squirreling/src/validation/tables.mjs +0 -0
  303. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/index.d.mts +0 -0
  304. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/index2.d.mts +0 -0
  305. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/shared/unstorage.DqlWKU2I.d.mts +0 -0
  306. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/shared/unstorage2.DqlWKU2I.d.mts +0 -0
  307. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/azure-app-configuration.d.mts +0 -0
  308. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/azure-cosmos.d.mts +0 -0
  309. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/azure-key-vault.d.mts +0 -0
  310. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/azure-storage-blob.d.mts +0 -0
  311. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/azure-storage-table.d.mts +0 -0
  312. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/capacitor-preferences.d.mts +0 -0
  313. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/cloudflare-kv-binding.d.mts +0 -0
  314. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/cloudflare-kv-http.d.mts +0 -0
  315. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/cloudflare-r2-binding.d.mts +0 -0
  316. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/deno-kv-node.d.mts +0 -0
  317. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/deno-kv.d.mts +0 -0
  318. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/fs-lite.d.mts +0 -0
  319. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/fs.d.mts +0 -0
  320. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/github.d.mts +0 -0
  321. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/http.d.mts +0 -0
  322. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/indexedb.d.mts +0 -0
  323. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/localstorage.d.mts +0 -0
  324. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/localstorage2.d.mts +0 -0
  325. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/lru-cache.d.mts +0 -0
  326. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/mongodb.d.mts +0 -0
  327. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/netlify-blobs.d.mts +0 -0
  328. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/overlay.d.mts +0 -0
  329. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/planetscale.d.mts +0 -0
  330. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/redis.d.mts +0 -0
  331. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/s3.d.mts +0 -0
  332. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/session-storage.d.mts +0 -0
  333. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/uploadthing.d.mts +0 -0
  334. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/upstash.d.mts +0 -0
  335. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/vercel-blob.d.mts +0 -0
  336. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/vercel-kv.d.mts +0 -0
  337. /package/dist/{node_modules → _virtual/node_modules}/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/drivers/vercel-runtime-cache.d.mts +0 -0
@@ -0,0 +1,216 @@
1
+ import { bytesToHex, uuid4 } from "../utils.mjs";
2
+ import { fetchAvroRecords } from "../fetch.mjs";
3
+ import { validateSchemaForVersion } from "../schema.mjs";
4
+ import { writeDeleteManifest } from "./manifest.mjs";
5
+ import { buildPartitionSummaries, buildSnapshotUpdate, currentSnapshot } from "./snapshot.mjs";
6
+ import { checkWriteFormat, newSnapshotId, resolveParquetCodec } from "./stage.mjs";
7
+ import { writePositionDeleteFile } from "./delete-file.mjs";
8
+ async function icebergStagePositionDelete({ tableUrl, metadata, deletes, resolver }) {
9
+ if (!tableUrl) throw new Error("tableUrl is required");
10
+ if (!resolver?.writer) throw new Error("resolver.writer is required");
11
+ if (!Array.isArray(deletes) || !deletes.length) throw new Error("deletes must be a non-empty array");
12
+ const writerFn = resolver.writer;
13
+ if (metadata["format-version"] !== 2 && metadata["format-version"] !== 3) throw new Error(`unsupported format-version: ${metadata["format-version"]}`);
14
+ if (metadata["format-version"] === 3) throw new Error("format-version 3 tables must use deletion vectors, not new position delete files");
15
+ const formatVersion = metadata["format-version"];
16
+ if (!metadata["partition-specs"].find((s) => s["spec-id"] === metadata["default-spec-id"])) throw new Error("default partition spec not found in metadata");
17
+ const schema = metadata.schemas.find((s) => s["schema-id"] === metadata["current-schema-id"]);
18
+ if (!schema) throw new Error("current schema not found in metadata");
19
+ validateSchemaForVersion(schema, formatVersion);
20
+ const snapshotId = newSnapshotId();
21
+ const sequenceNumber = BigInt(metadata["last-sequence-number"] ?? 0) + 1n;
22
+ const manifestUuid = uuid4();
23
+ const timestampMs = Date.now();
24
+ checkWriteFormat(metadata.properties?.["write.format.default"]);
25
+ const codec = resolveParquetCodec(metadata.properties?.["write.parquet.compression-codec"]);
26
+ const partitionMap = await findDataFilePartitions(metadata, resolver);
27
+ const groups = /* @__PURE__ */ new Map();
28
+ for (const d of deletes) {
29
+ const found = partitionMap.get(d.file_path);
30
+ if (!found) throw new Error(`target data file not found in current snapshot: ${d.file_path}`);
31
+ const { partition, partitionSpecId: specId } = found;
32
+ const key = `${specId}|${partitionTupleKey(partition)}`;
33
+ let group = groups.get(key);
34
+ if (!group) {
35
+ group = {
36
+ specId,
37
+ partition,
38
+ deletes: []
39
+ };
40
+ groups.set(key, group);
41
+ }
42
+ group.deletes.push(d);
43
+ }
44
+ const writtenDeleteFiles = await Promise.all([...groups.values()].map(async (group) => {
45
+ const referencedDataFile = new Set(group.deletes.map((d) => d.file_path)).size === 1 ? group.deletes[0].file_path : void 0;
46
+ const deletePath = `${tableUrl}/data/${uuid4()}-deletes.parquet`;
47
+ const deleteWriter = writerFn(deletePath);
48
+ const stats = await writePositionDeleteFile({
49
+ writer: deleteWriter,
50
+ deletes: group.deletes,
51
+ codec
52
+ });
53
+ const deleteFile = {
54
+ content: 1,
55
+ file_path: deletePath,
56
+ file_format: "parquet",
57
+ partition: group.partition,
58
+ record_count: stats.record_count,
59
+ file_size_in_bytes: BigInt(deleteWriter.offset),
60
+ value_counts: stats.value_counts,
61
+ null_value_counts: stats.null_value_counts,
62
+ lower_bounds: stats.lower_bounds,
63
+ upper_bounds: stats.upper_bounds,
64
+ sort_order_id: 0,
65
+ referenced_data_file: referencedDataFile
66
+ };
67
+ return {
68
+ specId: group.specId,
69
+ partition: group.partition,
70
+ deleteFile,
71
+ path: deletePath
72
+ };
73
+ }));
74
+ const bySpec = /* @__PURE__ */ new Map();
75
+ for (const f of writtenDeleteFiles) {
76
+ let bucket = bySpec.get(f.specId);
77
+ if (!bucket) {
78
+ const spec = metadata["partition-specs"].find((s) => s["spec-id"] === f.specId);
79
+ if (!spec) throw new Error(`partition spec ${f.specId} not found in metadata`);
80
+ bucket = {
81
+ spec,
82
+ files: [],
83
+ partitions: []
84
+ };
85
+ bySpec.set(f.specId, bucket);
86
+ }
87
+ bucket.files.push(f.deleteFile);
88
+ bucket.partitions.push(f.partition);
89
+ }
90
+ const newManifests = [];
91
+ const writtenManifestPaths = [];
92
+ let manifestIndex = 0;
93
+ for (const { spec, files, partitions } of bySpec.values()) {
94
+ const manifestPath = `${tableUrl}/metadata/${manifestUuid}-m${manifestIndex}.avro`;
95
+ const manifestWriter = writerFn(manifestPath);
96
+ await writeDeleteManifest({
97
+ writer: manifestWriter,
98
+ schema,
99
+ partitionSpec: spec,
100
+ snapshotId,
101
+ deleteFiles: files,
102
+ formatVersion
103
+ });
104
+ const manifestLength = BigInt(manifestWriter.offset);
105
+ const totalAddedRows = files.reduce((sum, f) => sum + f.record_count, 0n);
106
+ newManifests.push({
107
+ manifest_path: manifestPath,
108
+ manifest_length: manifestLength,
109
+ partition_spec_id: spec["spec-id"],
110
+ content: 1,
111
+ sequence_number: sequenceNumber,
112
+ min_sequence_number: sequenceNumber,
113
+ added_snapshot_id: snapshotId,
114
+ added_files_count: files.length,
115
+ existing_files_count: 0,
116
+ deleted_files_count: 0,
117
+ added_rows_count: totalAddedRows,
118
+ existing_rows_count: 0n,
119
+ deleted_rows_count: 0n,
120
+ partitions: spec.fields.length ? buildPartitionSummaries(partitions, schema, spec) : []
121
+ });
122
+ writtenManifestPaths.push(manifestPath);
123
+ manifestIndex++;
124
+ }
125
+ const prevSummary = currentSnapshot(metadata)?.summary;
126
+ const prevTotals = {
127
+ records: BigInt(prevSummary?.["total-records"] ?? "0"),
128
+ size: BigInt(prevSummary?.["total-files-size"] ?? "0"),
129
+ dataFiles: BigInt(prevSummary?.["total-data-files"] ?? "0"),
130
+ deleteFiles: BigInt(prevSummary?.["total-delete-files"] ?? "0"),
131
+ posDeletes: BigInt(prevSummary?.["total-position-deletes"] ?? "0"),
132
+ eqDeletes: BigInt(prevSummary?.["total-equality-deletes"] ?? "0")
133
+ };
134
+ const addedSize = writtenDeleteFiles.reduce((sum, f) => sum + f.deleteFile.file_size_in_bytes, 0n);
135
+ const addedPosDeletes = writtenDeleteFiles.reduce((sum, f) => sum + f.deleteFile.record_count, 0n);
136
+ return await buildSnapshotUpdate({
137
+ tableUrl,
138
+ metadata,
139
+ resolver,
140
+ snapshotId,
141
+ sequenceNumber,
142
+ manifestUuid,
143
+ timestampMs,
144
+ formatVersion,
145
+ newManifests,
146
+ summary: {
147
+ operation: "delete",
148
+ "added-delete-files": String(writtenDeleteFiles.length),
149
+ "added-position-deletes": String(addedPosDeletes),
150
+ "added-files-size": String(addedSize),
151
+ "changed-partition-count": String(groups.size),
152
+ "total-records": String(prevTotals.records),
153
+ "total-files-size": String(prevTotals.size + addedSize),
154
+ "total-data-files": String(prevTotals.dataFiles),
155
+ "total-delete-files": String(prevTotals.deleteFiles + BigInt(writtenDeleteFiles.length)),
156
+ "total-position-deletes": String(prevTotals.posDeletes + addedPosDeletes),
157
+ "total-equality-deletes": String(prevTotals.eqDeletes)
158
+ },
159
+ writtenFiles: [...writtenDeleteFiles.map((f) => f.path), ...writtenManifestPaths]
160
+ });
161
+ }
162
+ async function loadManifestEntries(manifest, resolver) {
163
+ const entries = await fetchAvroRecords(manifest.manifest_path, resolver, Number(manifest.manifest_length));
164
+ for (const entry of entries) {
165
+ entry.partition_spec_id = manifest.partition_spec_id ?? 0;
166
+ if (entry.sequence_number === void 0) entry.sequence_number = manifest.sequence_number ?? 0n;
167
+ if (entry.status === 1 && entry.file_sequence_number === void 0) entry.file_sequence_number = manifest.sequence_number ?? 0n;
168
+ }
169
+ return entries;
170
+ }
171
+ async function findDataFilePartitions(metadata, resolver) {
172
+ const entries = await findDataFileEntries(metadata, resolver);
173
+ const out = /* @__PURE__ */ new Map();
174
+ for (const [path, found] of entries) out.set(path, {
175
+ partition: found.partition,
176
+ partitionSpecId: found.partitionSpecId
177
+ });
178
+ return out;
179
+ }
180
+ async function findDataFileEntries(metadata, resolver) {
181
+ const snap = currentSnapshot(metadata);
182
+ if (!snap?.["manifest-list"]) return /* @__PURE__ */ new Map();
183
+ const manifests = await fetchAvroRecords(snap["manifest-list"], resolver);
184
+ const out = /* @__PURE__ */ new Map();
185
+ await Promise.all(manifests.map(async (manifest) => {
186
+ if (manifest.content !== 0) return;
187
+ const entries = await loadManifestEntries(manifest, resolver);
188
+ for (const entry of entries) {
189
+ if (entry.status === 2) continue;
190
+ const f = entry.data_file;
191
+ if (f.content !== 0) continue;
192
+ out.set(f.file_path, {
193
+ partition: f.partition ?? {},
194
+ partitionSpecId: manifest.partition_spec_id ?? 0,
195
+ entry
196
+ });
197
+ }
198
+ }));
199
+ return out;
200
+ }
201
+ function partitionTupleKey(partition) {
202
+ return Object.keys(partition).sort().map((k) => `${k}=${valueTag(partition[k])}`).join(",");
203
+ }
204
+ function valueTag(v) {
205
+ if (v === null || v === void 0) return "null";
206
+ if (typeof v === "bigint") return `b:${v.toString()}`;
207
+ if (typeof v === "number") {
208
+ if (Number.isNaN(v)) return "n:NaN";
209
+ if (Object.is(v, -0)) return "n:-0";
210
+ return `n:${v}`;
211
+ }
212
+ if (v instanceof Date) return `d:${v.getTime()}`;
213
+ if (v instanceof Uint8Array) return `x:${bytesToHex(v)}`;
214
+ return `${typeof v}:${String(v)}`;
215
+ }
216
+ export { findDataFileEntries, icebergStagePositionDelete, loadManifestEntries, partitionTupleKey };
@@ -1,7 +1,7 @@
1
1
  import { uuid4 } from "../utils.mjs";
2
2
  import { validateSchemaForVersion } from "../schema.mjs";
3
3
  import { groupByPartition } from "./partition.mjs";
4
- import "./commit.mjs";
4
+ import { applyUpdates } from "./commit.mjs";
5
5
  import { writeDataManifest } from "./manifest.mjs";
6
6
  import { computeColumnStats } from "./stats.mjs";
7
7
  import { buildPartitionSummaries, buildSnapshotUpdate, currentSnapshot } from "./snapshot.mjs";
@@ -210,6 +210,123 @@ async function stageSnapshotForAppendBatches({ tableUrl, metadata, prepared, res
210
210
  writtenFiles: []
211
211
  });
212
212
  }
213
+ async function icebergStageAppend({ tableUrl, metadata, records, resolver, sortOrderId }) {
214
+ const prepared = await prepareAppend({
215
+ tableUrl,
216
+ metadata,
217
+ records,
218
+ resolver,
219
+ sortOrderId
220
+ });
221
+ const staged = await stageSnapshotForAppend({
222
+ tableUrl,
223
+ metadata,
224
+ prepared,
225
+ resolver
226
+ });
227
+ return {
228
+ ...staged,
229
+ writtenFiles: [...prepared.writtenFiles, ...staged.writtenFiles]
230
+ };
231
+ }
232
+ function icebergStageSetRef({ metadata, ref, snapshotId, type = "branch", minSnapshotsToKeep, maxSnapshotAgeMs, maxRefAgeMs }) {
233
+ if (!ref) throw new Error("ref is required");
234
+ if (type !== "branch" && type !== "tag") throw new Error(`unknown ref type: ${type}`);
235
+ if (type === "tag" && (minSnapshotsToKeep !== void 0 || maxSnapshotAgeMs !== void 0)) throw new Error("tags do not support min-snapshots-to-keep or max-snapshot-age-ms");
236
+ const targetId = BigInt(snapshotId);
237
+ const snapshot = metadata.snapshots?.find((s) => BigInt(s["snapshot-id"]) === targetId);
238
+ if (!snapshot) throw new Error(`snapshot ${snapshotId} not found in metadata.snapshots`);
239
+ const existingRef = metadata.refs?.[ref];
240
+ let currentSnapshotId = existingRef?.["snapshot-id"] ?? null;
241
+ if (currentSnapshotId === null && ref === "main") currentSnapshotId = metadata["current-snapshot-id"] ?? null;
242
+ if (existingRef && existingRef.type !== type) throw new Error(`ref ${ref} is a ${existingRef.type}, cannot set as ${type}`);
243
+ const requirements = [{
244
+ type: "assert-table-uuid",
245
+ uuid: metadata["table-uuid"]
246
+ }, {
247
+ type: "assert-ref-snapshot-id",
248
+ ref,
249
+ "snapshot-id": currentSnapshotId
250
+ }];
251
+ const update = {
252
+ action: "set-snapshot-ref",
253
+ "ref-name": ref,
254
+ type,
255
+ "snapshot-id": snapshotId
256
+ };
257
+ if (minSnapshotsToKeep !== void 0) update["min-snapshots-to-keep"] = minSnapshotsToKeep;
258
+ if (maxSnapshotAgeMs !== void 0) update["max-snapshot-age-ms"] = maxSnapshotAgeMs;
259
+ if (maxRefAgeMs !== void 0) update["max-ref-age-ms"] = maxRefAgeMs;
260
+ return {
261
+ snapshot,
262
+ requirements,
263
+ updates: [update],
264
+ writtenFiles: []
265
+ };
266
+ }
267
+ function icebergStageExpireSnapshots({ metadata, snapshotIds }) {
268
+ if (!Array.isArray(snapshotIds) || snapshotIds.length === 0) throw new Error("snapshotIds must be a non-empty array");
269
+ const removeIds = new Set(snapshotIds.map(BigInt));
270
+ const snapshots = metadata.snapshots ?? [];
271
+ for (const id of removeIds) if (!snapshots.some((s) => BigInt(s["snapshot-id"]) === id)) throw new Error(`snapshot ${id} not found in metadata.snapshots`);
272
+ const refs = metadata.refs ?? {};
273
+ for (const [name, ref] of Object.entries(refs)) if (removeIds.has(BigInt(ref["snapshot-id"]))) throw new Error(`snapshot ${ref["snapshot-id"]} is referenced by ${ref.type} ${name}`);
274
+ const currentId = metadata["current-snapshot-id"];
275
+ if (currentId !== void 0 && currentId !== null && removeIds.has(BigInt(currentId)) && !refs.main) throw new Error(`snapshot ${currentId} is the current snapshot`);
276
+ const requirements = [{
277
+ type: "assert-table-uuid",
278
+ uuid: metadata["table-uuid"]
279
+ }, {
280
+ type: "assert-ref-snapshot-id",
281
+ ref: "main",
282
+ "snapshot-id": refs.main?.["snapshot-id"] ?? currentId ?? null
283
+ }];
284
+ const update = {
285
+ action: "remove-snapshots",
286
+ "snapshot-ids": snapshotIds
287
+ };
288
+ const tip = currentSnapshot(metadata) ?? snapshots[0];
289
+ if (!tip) throw new Error("cannot expire snapshots from a table with no snapshots");
290
+ return {
291
+ snapshot: tip,
292
+ requirements,
293
+ updates: [update],
294
+ writtenFiles: []
295
+ };
296
+ }
297
+ function icebergStageUpdateSchema({ metadata, schema }) {
298
+ if (!schema || schema.type !== "struct" || !Array.isArray(schema.fields)) throw new Error("schema must be a struct with a fields array");
299
+ const requirements = [
300
+ {
301
+ type: "assert-table-uuid",
302
+ uuid: metadata["table-uuid"]
303
+ },
304
+ {
305
+ type: "assert-current-schema-id",
306
+ "current-schema-id": metadata["current-schema-id"]
307
+ },
308
+ {
309
+ type: "assert-last-assigned-field-id",
310
+ "last-assigned-field-id": metadata["last-column-id"]
311
+ }
312
+ ];
313
+ const updates = [{
314
+ action: "add-schema",
315
+ schema: {
316
+ ...schema,
317
+ "schema-id": -1
318
+ }
319
+ }, {
320
+ action: "set-current-schema",
321
+ "schema-id": -1
322
+ }];
323
+ applyUpdates(metadata, updates);
324
+ return {
325
+ requirements,
326
+ updates,
327
+ writtenFiles: []
328
+ };
329
+ }
213
330
  function checkWriteFormat(value) {
214
331
  if (value === void 0) return;
215
332
  if (value.toLowerCase() !== "parquet") throw new Error(`unsupported write.format.default: ${value}`);
@@ -234,4 +351,4 @@ function newSnapshotId(metadata) {
234
351
  }
235
352
  throw new Error("newSnapshotId: failed to find an unused id after 32 attempts");
236
353
  }
237
- export { checkWriteFormat, newSnapshotId, prepareAppend, resolveParquetCodec, stageSnapshotForAppend, stageSnapshotForAppendBatches };
354
+ export { checkWriteFormat, icebergStageAppend, icebergStageExpireSnapshots, icebergStageSetRef, icebergStageUpdateSchema, newSnapshotId, prepareAppend, resolveParquetCodec, stageSnapshotForAppend, stageSnapshotForAppendBatches };
@@ -1,12 +1,12 @@
1
- import { loadLatestFileCatalogMetadata } from "../metadata.mjs";
2
1
  import { restCatalogCreateTable, restCatalogDropTable, restCatalogLoadTable, restCatalogUpdateTable } from "../catalog/rest.mjs";
2
+ import { loadLatestFileCatalogMetadata } from "../metadata.mjs";
3
3
  import { loadTable } from "../catalog/loadTable.mjs";
4
4
  import { icebergCreate } from "../create.mjs";
5
- import { fileCatalogCommit } from "./commit.mjs";
6
- import { prepareAppend, stageSnapshotForAppend, stageSnapshotForAppendBatches } from "./stage.mjs";
7
- import "./stage-position-delete.mjs";
8
- import "./stage-deletion-vector.mjs";
9
- import "./rewrite.mjs";
5
+ import { applyUpdates, fileCatalogCommit } from "./commit.mjs";
6
+ import { icebergStageAppend, icebergStageExpireSnapshots, icebergStageSetRef, icebergStageUpdateSchema, prepareAppend, stageSnapshotForAppend, stageSnapshotForAppendBatches } from "./stage.mjs";
7
+ import { icebergStagePositionDelete } from "./stage-position-delete.mjs";
8
+ import { icebergStageDeletionVector } from "./stage-deletion-vector.mjs";
9
+ import { icebergStageRewrite } from "./rewrite.mjs";
10
10
  const DEFAULT_RETRY = Object.freeze({
11
11
  maxAttempts: 50,
12
12
  initialMs: 50,
@@ -86,6 +86,235 @@ async function icebergAppendBatches({ catalog, namespace, table, tableUrl, resol
86
86
  })
87
87
  });
88
88
  }
89
+ async function icebergRewrite({ catalog, namespace, table, tableUrl, resolver, sortOrderId, partitionSpecId, targetFileRows }) {
90
+ const ctx = await loadTable({
91
+ catalog,
92
+ namespace,
93
+ table,
94
+ tableUrl,
95
+ resolver
96
+ });
97
+ const staged = await icebergStageRewrite({
98
+ tableUrl: ctx.tableUrl,
99
+ metadata: ctx.metadata,
100
+ resolver: requireResolver(ctx.resolver, "icebergRewrite"),
101
+ sortOrderId,
102
+ partitionSpecId,
103
+ targetFileRows
104
+ });
105
+ return await commitStaged(catalog, {
106
+ namespace,
107
+ table
108
+ }, ctx, staged);
109
+ }
110
+ async function icebergDelete({ catalog, namespace, table, tableUrl, resolver, deletes, mode }) {
111
+ const ctx = await loadTable({
112
+ catalog,
113
+ namespace,
114
+ table,
115
+ tableUrl,
116
+ resolver
117
+ });
118
+ return await commitWithRetry({
119
+ catalog,
120
+ target: {
121
+ namespace,
122
+ table
123
+ },
124
+ ctx,
125
+ stage: async (workingCtx) => {
126
+ const writer = requireResolver(workingCtx.resolver, "icebergDelete");
127
+ const formatVersion = workingCtx.metadata["format-version"];
128
+ const effective = mode ?? (formatVersion === 3 ? "puffin" : "parquet");
129
+ if (effective === "puffin") return await icebergStageDeletionVector({
130
+ tableUrl: workingCtx.tableUrl,
131
+ metadata: workingCtx.metadata,
132
+ deletes,
133
+ resolver: writer
134
+ });
135
+ if (effective === "parquet") return await icebergStagePositionDelete({
136
+ tableUrl: workingCtx.tableUrl,
137
+ metadata: workingCtx.metadata,
138
+ deletes,
139
+ resolver: writer
140
+ });
141
+ throw new Error(`unknown delete mode: ${effective}`);
142
+ }
143
+ });
144
+ }
145
+ async function icebergSetRef({ catalog, namespace, table, tableUrl, resolver, ref, snapshotId, type, minSnapshotsToKeep, maxSnapshotAgeMs, maxRefAgeMs }) {
146
+ const ctx = await loadTable({
147
+ catalog,
148
+ namespace,
149
+ table,
150
+ tableUrl,
151
+ resolver
152
+ });
153
+ return await commitWithRetry({
154
+ catalog,
155
+ target: {
156
+ namespace,
157
+ table
158
+ },
159
+ ctx,
160
+ stage: (workingCtx) => icebergStageSetRef({
161
+ metadata: workingCtx.metadata,
162
+ ref,
163
+ snapshotId,
164
+ type,
165
+ minSnapshotsToKeep,
166
+ maxSnapshotAgeMs,
167
+ maxRefAgeMs
168
+ })
169
+ });
170
+ }
171
+ async function icebergUpdateSchema({ catalog, namespace, table, tableUrl, resolver, schema }) {
172
+ const ctx = await loadTable({
173
+ catalog,
174
+ namespace,
175
+ table,
176
+ tableUrl,
177
+ resolver
178
+ });
179
+ return await commitWithRetry({
180
+ catalog,
181
+ target: {
182
+ namespace,
183
+ table
184
+ },
185
+ ctx,
186
+ stage: (workingCtx) => icebergStageUpdateSchema({
187
+ metadata: workingCtx.metadata,
188
+ schema
189
+ })
190
+ });
191
+ }
192
+ async function icebergExpireSnapshots({ catalog, namespace, table, tableUrl, resolver, snapshotIds }) {
193
+ const ctx = await loadTable({
194
+ catalog,
195
+ namespace,
196
+ table,
197
+ tableUrl,
198
+ resolver
199
+ });
200
+ return await commitWithRetry({
201
+ catalog,
202
+ target: {
203
+ namespace,
204
+ table
205
+ },
206
+ ctx,
207
+ stage: (workingCtx) => icebergStageExpireSnapshots({
208
+ metadata: workingCtx.metadata,
209
+ snapshotIds
210
+ })
211
+ });
212
+ }
213
+ async function icebergTransaction({ catalog, namespace, table, tableUrl, resolver }, callback) {
214
+ const ctx = await loadTable({
215
+ catalog,
216
+ namespace,
217
+ table,
218
+ tableUrl,
219
+ resolver
220
+ });
221
+ const deleter = ctx.resolver?.deleter;
222
+ let workingMetadata = ctx.metadata;
223
+ const allRequirements = [];
224
+ const allUpdates = [];
225
+ const allWrittenFiles = [];
226
+ let lastSnapshot;
227
+ function mergeStaged(staged) {
228
+ for (const req of staged.requirements) {
229
+ const key = requirementKey(req);
230
+ if (!allRequirements.some((r) => requirementKey(r) === key)) allRequirements.push(req);
231
+ }
232
+ allUpdates.push(...staged.updates);
233
+ allWrittenFiles.push(...staged.writtenFiles);
234
+ workingMetadata = applyUpdates(workingMetadata, staged.updates);
235
+ lastSnapshot = staged.snapshot;
236
+ }
237
+ await callback({
238
+ async append({ records, sortOrderId }) {
239
+ const writer = requireResolver(ctx.resolver, "icebergTransaction.append");
240
+ mergeStaged(await icebergStageAppend({
241
+ tableUrl: ctx.tableUrl,
242
+ metadata: workingMetadata,
243
+ records,
244
+ resolver: writer,
245
+ sortOrderId
246
+ }));
247
+ },
248
+ async delete({ deletes, mode }) {
249
+ const writer = requireResolver(ctx.resolver, "icebergTransaction.delete");
250
+ const formatVersion = workingMetadata["format-version"];
251
+ const effective = mode ?? (formatVersion === 3 ? "puffin" : "parquet");
252
+ let staged;
253
+ if (effective === "puffin") staged = await icebergStageDeletionVector({
254
+ tableUrl: ctx.tableUrl,
255
+ metadata: workingMetadata,
256
+ deletes,
257
+ resolver: writer
258
+ });
259
+ else if (effective === "parquet") staged = await icebergStagePositionDelete({
260
+ tableUrl: ctx.tableUrl,
261
+ metadata: workingMetadata,
262
+ deletes,
263
+ resolver: writer
264
+ });
265
+ else throw new Error(`unknown delete mode: ${effective}`);
266
+ mergeStaged(staged);
267
+ },
268
+ setRef({ ref, snapshotId, type, minSnapshotsToKeep, maxSnapshotAgeMs, maxRefAgeMs }) {
269
+ mergeStaged(icebergStageSetRef({
270
+ metadata: workingMetadata,
271
+ ref,
272
+ snapshotId,
273
+ type,
274
+ minSnapshotsToKeep,
275
+ maxSnapshotAgeMs,
276
+ maxRefAgeMs
277
+ }));
278
+ },
279
+ expireSnapshots({ snapshotIds }) {
280
+ mergeStaged(icebergStageExpireSnapshots({
281
+ metadata: workingMetadata,
282
+ snapshotIds
283
+ }));
284
+ }
285
+ });
286
+ if (allUpdates.length === 0) return ctx.metadata;
287
+ if (!lastSnapshot) throw new Error("icebergTransaction: no snapshot produced");
288
+ try {
289
+ return await commitStaged(catalog, {
290
+ namespace,
291
+ table
292
+ }, ctx, {
293
+ snapshot: lastSnapshot,
294
+ requirements: allRequirements,
295
+ updates: allUpdates,
296
+ writtenFiles: allWrittenFiles
297
+ });
298
+ } catch (err) {
299
+ if (deleter && allWrittenFiles.length > 0) await Promise.allSettled(allWrittenFiles.map((p) => deleter(p)));
300
+ if (isCommitConflict(err)) throw new IcebergTransactionConflictError(err);
301
+ throw err;
302
+ }
303
+ }
304
+ var IcebergTransactionConflictError = class extends Error {
305
+ constructor(cause) {
306
+ const status = cause?.status;
307
+ const detail = cause?.message;
308
+ super(`icebergTransaction commit conflicted with a concurrent writer${status ? ` (status ${status})` : ""}. The transaction was not applied and staged files were cleaned up. Wrap the icebergTransaction call in your own retry loop if the callback is safe to re-run; for append-only workloads prefer icebergAppend, which retries without re-uploading data.` + (detail ? ` (cause: ${detail})` : ""));
309
+ this.name = "IcebergTransactionConflictError";
310
+ this.cause = cause;
311
+ if (typeof status === "number") this.status = status;
312
+ }
313
+ };
314
+ function requirementKey(req) {
315
+ if (req.type === "assert-ref-snapshot-id") return `${req.type}:${req.ref}`;
316
+ return req.type;
317
+ }
89
318
  async function icebergCreateTable({ catalog, namespace, table, tableUrl, schema, partitionSpec, sortOrder, properties, formatVersion, stageCreate }) {
90
319
  if (catalog.type === "rest") {
91
320
  if (!namespace || !table) throw new Error("namespace and table are required for rest catalogs");
@@ -244,4 +473,4 @@ function isCommitConflict(err) {
244
473
  const { status } = err;
245
474
  return status === 412 || status === 409;
246
475
  }
247
- export { icebergAppend, icebergAppendBatches, icebergCreateTable, icebergDropTable };
476
+ export { IcebergTransactionConflictError, icebergAppend, icebergAppendBatches, icebergCreateTable, icebergDelete, icebergDropTable, icebergExpireSnapshots, icebergRewrite, icebergSetRef, icebergTransaction, icebergUpdateSchema };
@@ -1,8 +1,8 @@
1
1
  import { icebergAppend, icebergCreateTable, icebergDropTable } from "./write/write.mjs";
2
- import "./create.mjs";
3
- import "./catalog/file.mjs";
4
2
  import { restCatalogConnect, restCatalogCreateNamespace, restCatalogListTables, restCatalogLoadTable } from "./catalog/rest.mjs";
5
3
  import { cachingResolver } from "./fetch.mjs";
4
+ import "./create.mjs";
5
+ import "./catalog/file.mjs";
6
6
  import { s3SignedResolver } from "./s3.mjs";
7
7
  import "./read.mjs";
8
8
  import "./metadata.mjs";
@@ -10,4 +10,4 @@ import { icebergManifests } from "./manifest.mjs";
10
10
  import "../../../../squirreling@0.15.0/node_modules/squirreling/src/index.mjs";
11
11
  import "./sql/icebergDataSource.mjs";
12
12
  import "./sql/icebergQuery.mjs";
13
- export { cachingResolver, icebergAppend, icebergCreateTable, icebergDropTable, icebergManifests, restCatalogConnect, restCatalogCreateNamespace, restCatalogListTables, restCatalogLoadTable, s3SignedResolver };
13
+ export { icebergAppend, icebergCreateTable, icebergDropTable, icebergManifests, restCatalogConnect, restCatalogCreateNamespace, restCatalogListTables, restCatalogLoadTable, s3SignedResolver };
@@ -1,2 +1,2 @@
1
- import "../../../../db0@0.3.4_drizzle-orm@1.0.0-rc.3_@cloudflare_workers-types@5.20260722.1_valibot@1.4.2_typescript@7.0.2__zod@4.4.3_/node_modules/db0/dist/index.mjs";
1
+ import "../../../../db0@0.3.4_drizzle-orm@1.0.0-rc.3_@cloudflare+workers-types@5.20260722.1_valibot@1.4.2_typescript@7.0.2__zod@4.4.3_/node_modules/db0/dist/index.mjs";
2
2
  import "../dist/index.mjs";
@@ -1,5 +1,5 @@
1
- import { a as Storage } from "./node_modules/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/shared/unstorage.DqlWKU2I.mjs";
2
- import "./node_modules/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/index2.mjs";
1
+ import { a as Storage } from "./_virtual/node_modules/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/shared/unstorage.DqlWKU2I.mjs";
2
+ import "./_virtual/node_modules/.pnpm/unstorage@1.17.5_aws4fetch@1.0.20_db0@0.3.4_ioredis@5.10.1_supports-color@10.2.2_/node_modules/unstorage/dist/index2.mjs";
3
3
  /** Injected catalog cache: an unstorage `Storage` plus an optional defer hook. */
4
4
  interface CatalogCache {
5
5
  /** unstorage storage instance — the driver is the caller's choice. */