Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ tools/codegen_spark_udfs.py

# tools/refresh-from-master.sh scratch (sibling clones + libmeos prefix).
.meos-chain/

# Build output, never committed: the shade plugin's rewritten pom, and any
# libmeos a working copy builds. A committed library goes stale against the
# catalog the surface is generated from — the tests then answer from a MEOS
# that predates it, while CI answers from the one it just built.
dependency-reduced-pom.xml
**/lib/libmeos.so
83 changes: 0 additions & 83 deletions benchmark/DockerfileSQL

This file was deleted.

284 changes: 0 additions & 284 deletions benchmark/dependency-reduced-pom.xml

This file was deleted.

Binary file removed benchmark/lib/libmeos.so
Binary file not shown.
5 changes: 0 additions & 5 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
<kafka.version>3.2.0</kafka.version>
<log4j.version>2.17.2</log4j.version>
<target.java.version>21</target.java.version>
<!-- MEOS smoke tests run when libmeos is present; the runner resolves it
through the repo lib via LD_LIBRARY_PATH (avoids a stale system
/usr/local/lib/libmeos.so shadowing the pinned one). -->
<meos.enabled>true</meos.enabled>
<meos.lib.dir>${project.basedir}/lib</meos.lib.dir>
</properties>

<dependencies>
Expand Down
Loading