Files
seaweedfs/weed
Chris Lu 2e423c0f31 parquet_pushdown(M0-C1): add proto and generated bindings
Define the SeaweedParquetPushdown gRPC service with two RPCs (Ping,
Pushdown) and the request/response messages from the design's API
sketch (DataFileDescriptor, DeleteFileRef, ColumnRef, VectorQuery,
PushdownStats, ...). Includes the discriminator enums (DeleteContent,
FileFormat, PredicateKind, VectorMetric).

Add the Makefile rule mirroring the iam.proto / mq_agent.proto
pattern (paths=source_relative, output to weed/pb/parquet_pushdown_pb).
Commit the generated .pb.go and _grpc.pb.go alongside; the existing
plugin_pb / mount_peer_pb directories follow the same checked-in
generated-code convention.

No service implementation yet — that's M0-C2.
2026-04-25 13:36:41 -07:00
..
2026-04-10 17:31:14 -07:00
2026-04-10 17:31:14 -07:00
2026-04-14 20:48:24 -07:00
2026-04-23 10:05:51 -07:00