Skip to content

Advance the vendored MEOS surface to master and generate the raquet UDFs - #32

Merged
estebanzimanyi merged 1 commit into
MobilityDB:mainfrom
estebanzimanyi:feat/refresh-catalog-raster
Jul 9, 2026
Merged

Advance the vendored MEOS surface to master and generate the raquet UDFs#32
estebanzimanyi merged 1 commit into
MobilityDB:mainfrom
estebanzimanyi:feat/refresh-catalog-raster

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

The vendored catalog and JMEOS jar trailed MobilityDB master, so the Spark UDF surface was missing the raster (raquet) family and the other recent additions.

  • Re-vendor tools/meos-idl.json (4493 → 4529 functions) and libs/JMEOS.jar to MobilityDB master, and point the CI libmeos build at the same commit (replacing the retired ecosystem pin). The build enables the RASTER family with its GDAL dependency (libgdal-dev), and QUADBIN.
  • The refreshed catalog and jar carry the raster surface, but the generator had no marshalling rule for the raquet type, so every raquet function was excluded (arg:Raquet *). Add raquet to the generator's parse and serialize maps, mirroring the other varlena types (raquet_in / raquet_out — the raquet text form is its hex-WKB).

The generated surface now includes the raquet UDFs (read, accessors, I/O, hex-WKB). Verified locally: mvn clean test-compile succeeds and the regenerated surface registers the raquet UDFs; the full runtime test against a RASTER-enabled libmeos runs in CI.

Re-vendor the catalog (tools/meos-idl.json, 4493 -> 4529 functions) and the
JMEOS jar to MobilityDB master, and point the CI libmeos build at the same
commit (replacing the retired ecosystem pin). The build enables the RASTER
family with its GDAL dependency, and QUADBIN.

The refreshed catalog and jar carry the raster surface, but the generator
had no marshalling rule for the raquet type, so every raquet function was
excluded (arg:Raquet *). Add raquet to the generator's parse and serialize
maps, mirroring the other varlena types (raquet_in / raquet_out) -- the
raquet text form is its hex-WKB. The generated surface now includes the
raquet UDFs (read, accessors, I/O).
@estebanzimanyi
estebanzimanyi force-pushed the feat/refresh-catalog-raster branch from cba5bb1 to 10ed4f9 Compare July 9, 2026 14:01
@estebanzimanyi
estebanzimanyi merged commit 59c595b into MobilityDB:main Jul 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant