ZENOTME

Results 43 issues of ZENOTME

I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? add 'receive row number' metrics in batch exchange executor....

type/feature

**Is your feature request related to a problem? Please describe.** The extended query mode now already can run most of our original e2e test. We can add it in the...

type/feature
component/ci

remove unnecessary field I hereby agree to the terms of the [Singularity Data, Inc. Contributor License Agreement](https://gist.github.com/skyzh/0663682a70b0edde7ae991492f2314cb#file-s9y_cla). ## What's changed and what's your intention? This PR is the first step...

type/feature

- [x] #2924 - [x] #3131 - [x] #3294 - [x] #3392 - [x] #3592 - [x] #3829 - [x] #4374 - [x] #4049 - [x] #4288 related: #2621

type/feature
type/tracking

I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? fix #15094 ## Checklist - [ ] I have...

type/fix

Can I run multiple threads and call `sendto()` for a same AF_XDP socket concurrently?

This PR fixed #29. The problem is caused by the nem.xml and platform.xml being in different dir. So we can build in the current dir and use the output parm...

## Background I'm trying to introduce INTERVAL type in Postgres-extend engine and find a problem caused by the way we test result. In sqllogictest::AsyncDB, our run interface requires to return...

I'm trying to capture the packet from veth and encapsulate a new eth header to send it out by a real eth nic. As far as I know, in xdp...

This PR is complete https://github.com/apache/iceberg-rust/issues/345. 1. It adds the FastAppendAction to commit the data file The design of this is based on https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/SnapshotProducer.java. I implement a SnapshotProduceAction which will accept...