Alireza Samadianzakaria created BEAM-7590: ---------------------------------------------
Summary: Convert PipelineOptionsMap to PipelineOption Key: BEAM-7590 URL: https://issues.apache.org/jira/browse/BEAM-7590 Project: Beam Issue Type: Improvement Components: dsl-sql Reporter: Alireza Samadianzakaria Assignee: Alireza Samadianzakaria Currently, BeamCalciteTable keeps a map version of PipelineOptions and that map version is used in JDBCConnection and RelNodes as well. This map is empty when the pipeline is constructed from SQLTransform and it will have the parameters passed from JDBC Client when the pipeline is started by JDBC path. Since for Row-Count estimation we need to use PipelineOptions (or its sub-classes) and we cannot convert a map that is created from a pipelineOptions Subclasses back to PipelineOptions, it is better to keep PipelineOptions object itself. -- This message was sent by Atlassian JIRA (v7.6.3#76005)