Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

阅读源码的疑惑

Open
#166 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
22/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
java, sql

Research direction

Read the registerTable flow around env.addSource and the sideSqlExec.exec entry point, then trace how the stream becomes a Table and is converted back before joining sideTable. Confirm whether adaptSql is the only reason for this path and document whether a direct stream join is supported when it is absent.

Written by the indexing model from the issue text.

Description

大佬,我看到源码中 在 registerTable 中 env.addSource 后 stream 转为 Table 并保存,然后在 sideSqlExec.exec 中获取 Table 又转为 stream 在与 sideTable join 。
这样做的考虑只是为了有 adaptSql 时过滤流,还是有其他因素呀?
如果没有 adaptSql 可以在env.addSource 后的 stream 直接与 sideTable join 吗?

Dominant language
Java
Stars
2k
Forks
913
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DTStack/flinkStreamSQL

All issues in DTStack/flinkStreamSQL

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.