apache / apache/cloudberry

finish aoco_fetch_row_version and appendonly_fetch_row_version

Open
#186 1 comment 0 reactions 0 assignees View on GitHub
type: Enhancement
Dominant language
C
Stars
1.4k
Forks
247
Avg merge
4d 3h
Merged PRs (30d)
39

Description

### Cloudberry Database version

_No response_

### What happened

```c++
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
errmsg("feature not supported on appendoptimized relations")));
```

### What you think should happen instead

_No response_

### How to reproduce

-

### Operating System

centos7

### Anything else

_No response_

### Are you willing to submit PR?

- [ ] Yes, I am willing to submit a PR!

### Code of Conduct

- [X] I agree to follow this project's [Code of Conduct](https://cloudberrydb.org/community/coc).

Contributor guide

Open the contributing guide

Research direction

Start by locating aoco_fetch_row_version and appendonly_fetch_row_version in the C sources and tracing their callers. The issue names no file, test, expected behavior, or reproduction, so clarify the intended row-version semantics first. Done should include defined behavior for both functions and coverage showing that the reported unsupported-feature error is addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.