There is no option to set ParquetWriterConfig when create new ParquetSink instance
未关闭
enhancement
help wanted
- 主要语言
- Scala
- 星标
- 147
- 派生
- 32
- PR 合并指标
- 30 天内没有已合并 PR
描述
There is no params to set ParquetWriterConfig when create new ParquetSink instance.
I couldn't set it after created.
Because some variables which for it were defined as val. And almost components were in closure.
How can I do that? Or, when you change this?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Look at the ParquetSink class and its constructor to see how ParquetWriterConfig is currently handled. The issue mentions that variables are defined as 'val' and components are in a closure, so examine the internal structure and dependencies. Determine where configuration can be injected or modified, then check for existing tests related to ParquetSink to understand the expected behavior.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- scala
- 领域
- backend, data-engineering
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100