Skip to content

Conversation

@GrigoriyPA
Copy link
Collaborator

@GrigoriyPA GrigoriyPA commented Jan 7, 2026

Changelog entry

Supported construction:

SELECT * FROM my_topic WITH (
    FORMAT = json_each_row,
    SCHEMA (
        key Int32,
        value String
    )
);

Also supported checkpoints, watermarks and shared reading for local topics (same as for external topics). Syntax for local and external topics is same.

Changelog category

  • New feature

Description for reviewers

Reading from topics implemented via PQ provider same as reading from external topics, with one difference:

  • Local topic client uses local rpc to create grpc actors in current AS

@ydbot
Copy link
Collaborator

ydbot commented Jan 7, 2026

Run Extra Tests

Run additional tests for this PR. You can customize:

  • Test Size: small, medium, large (default: all)
  • Test Targets: any directory path (default: ydb/)
  • Sanitizers: ASAN, MSAN, TSAN
  • Coredumps: enable for debugging (default: off)
  • Additional args: custom ya make arguments

▶  Run tests

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

🟢 2026-01-09 09:09:07 UTC The validation of the Pull Request description is successful.

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

2026-01-07 13:09:13 UTC Pre-commit check linux-x86_64-relwithdebinfo for ec54aa0 has started.
2026-01-07 13:09:32 UTC Artifacts will be uploaded here
2026-01-07 13:11:49 UTC ya make is running...
🔴 2026-01-07 13:18:25 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

2026-01-07 13:09:15 UTC Pre-commit check linux-x86_64-release-asan for ec54aa0 has started.
2026-01-07 13:09:32 UTC Artifacts will be uploaded here
2026-01-07 13:11:43 UTC ya make is running...
🔴 2026-01-07 13:17:57 UTC Build failed, see the logs. Also see fail summary

@GrigoriyPA GrigoriyPA changed the title YQ-4474 support IO with local topics in YQL YQ-4474 support reading from local topics in YQL Jan 9, 2026
@github-actions
Copy link

github-actions bot commented Jan 9, 2026

2026-01-09 09:08:57 UTC Pre-commit check linux-x86_64-relwithdebinfo for 90ee754 has started.
2026-01-09 09:09:16 UTC Artifacts will be uploaded here
2026-01-09 09:11:34 UTC ya make is running...
🔴 2026-01-09 09:17:54 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 9, 2026

2026-01-09 09:09:08 UTC Pre-commit check linux-x86_64-release-asan for 90ee754 has started.
2026-01-09 09:10:13 UTC Artifacts will be uploaded here
2026-01-09 09:12:38 UTC ya make is running...
🔴 2026-01-09 09:37:17 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

2026-01-13 06:19:29 UTC Pre-commit check linux-x86_64-relwithdebinfo for ccb78fc has started.
2026-01-13 06:19:46 UTC Artifacts will be uploaded here
2026-01-13 06:22:07 UTC ya make is running...
🔴 2026-01-13 06:29:35 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

2026-01-13 06:19:41 UTC Pre-commit check linux-x86_64-release-asan for ccb78fc has started.
2026-01-13 06:19:58 UTC Artifacts will be uploaded here
2026-01-13 06:22:09 UTC ya make is running...
🔴 2026-01-13 06:27:49 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

2026-01-13 06:45:52 UTC Pre-commit check linux-x86_64-relwithdebinfo for a02c970 has started.
2026-01-13 06:46:10 UTC Artifacts will be uploaded here
2026-01-13 06:48:24 UTC ya make is running...
🔴 2026-01-13 07:14:25 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

2026-01-13 06:46:15 UTC Pre-commit check linux-x86_64-release-asan for a02c970 has started.
2026-01-13 06:46:31 UTC Artifacts will be uploaded here
2026-01-13 06:48:43 UTC ya make is running...
🔴 2026-01-13 07:06:44 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

2026-01-13 09:59:41 UTC Pre-commit check linux-x86_64-release-asan for 0769758 has started.
2026-01-13 10:00:23 UTC Artifacts will be uploaded here
2026-01-13 10:02:26 UTC ya make is running...
🔴 2026-01-13 10:05:15 UTC Build failed, see the logs. Also see fail summary

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

2026-01-13 10:00:20 UTC Pre-commit check linux-x86_64-relwithdebinfo for 0769758 has started.
2026-01-13 10:00:39 UTC Artifacts will be uploaded here
2026-01-13 10:02:57 UTC ya make is running...
🔴 2026-01-13 10:08:03 UTC Build failed, see the logs. Also see fail summary

@GrigoriyPA GrigoriyPA closed this Jan 13, 2026
@GrigoriyPA GrigoriyPA deleted the YQ-4474-support-io-with-local-topics branch January 13, 2026 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants