Skip to content

[Issue #179]: fix show tables from information_schema. - #180

Merged
bianhq merged 1 commit into
pixelsdb:masterfrom
bianhq:ISSUE-179
Feb 22, 2022
Merged

bianhq merged 1 commit into
pixelsdb:masterfrom
bianhq:ISSUE-179

Conversation

@bianhq

@bianhq bianhq commented Feb 22, 2022

Copy link
Copy Markdown
Contributor

Tables in information_schema are system tables. However, Presto still calls the getTables method of the customer ConnectorMetadata class.

@bianhq bianhq added the bug Something isn't working label Feb 22, 2022
@bianhq bianhq added this to the SQL Compatibility milestone Feb 22, 2022
@bianhq bianhq self-assigned this Feb 22, 2022
@bianhq
bianhq merged commit 57798c2 into pixelsdb:master Feb 22, 2022
@bianhq bianhq changed the title [Issue #179]: fix show tables in information_schema. [Issue #179]: fix show tables from information_schema. Feb 22, 2022
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 10, 2026
…urable local journal

Define immutable batch identities and exact stream seals without requiring
business primary keys. Add a bounded local journal with synced durable-prefix
markers, restart replay, content-conflict detection, and authoritative-abort
fencing. Keep staging independent of existing row allocation and indexes.

Add 17 contract cases, JUnit wrappers, and a dependency-free verification script.
This is the staging foundation; it does not enable SQL INSERT or implement
participant registration, transaction decisions, or committed installation.
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 10, 2026
github-actions Bot added a commit to AntiO2/pixels that referenced this pull request Sep 10, 2026
…pshot-safe buffer reads

Add column-batch RPC, durable decisions, private preparation, idempotent installation through existing indexes, and query publication. Repair buffer prefetch completion, bitmap association, and native reader buffer ownership. Add real-storage and separate-process SQL fixtures. The matching connector E2E passed three independent runs; deployment and GC limitations remain documented.
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 11, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 11, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 11, 2026
…ingestion writers

Assign independent transaction-local writer IDs to concrete PageSink instances,
even when they share a Trino task ID. Persist allocation request tokens for
idempotent responses across coordinator restart; bound allocations and fence
new writers after transaction sealing or abort.

Add seven regression tests including concurrent allocation, replay, conflicting
request identities, capacity limits, and existing stream compatibility.
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 11, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 12, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 12, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 12, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 12, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 12, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 12, 2026
AntiO2 added a commit to AntiO2/pixels that referenced this pull request Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant