Re: [gdal-dev] writing parquet to /vsiaz/ fails when chunked

2025-04-04 Thread Simon Norris via gdal-dev
I've posted the data - round-tripping still produces the noted error (PUT as AppendBlob results in InvalidBlobType): ogr2ogr -f Parquet \ /vsiaz/bcfishpass/crossings.parquet \ -nln crossings \ --debug ON \ --config CPL_CURL_VERBOSE=YES \ /vsicurl/https://cabdbcfishpassstorage.blob.core

Re: [gdal-dev] writing parquet to /vsiaz/ fails when chunked

2025-04-04 Thread Even Rouault via gdal-dev
Le 04/04/2025 à 20:40, Simon Norris via gdal-dev a écrit : Perhaps another hapless user question: Using ogr2ogr, I can write very small parquet files to /vsiaz//.parquet without issue. But with larger files (that ogr2ogr tries to write in chunks), Azure does not accept the first PUT request a

[gdal-dev] writing parquet to /vsiaz/ fails when chunked

2025-04-04 Thread Simon Norris via gdal-dev
Perhaps another hapless user question: Using ogr2ogr, I can write very small parquet files to /vsiaz//.parquet without issue. But with larger files (that ogr2ogr tries to write in chunks), Azure does not accept the first PUT request and ogr2ogr fails with: ERROR 1: PUT of /vsiaz//.parquet faile