[VL] Rework option spark.gluten.sql.columnar.backend.velox.asyncTimeoutOnTaskStopping#11882
[VL] Rework option spark.gluten.sql.columnar.backend.velox.asyncTimeoutOnTaskStopping#11882zhztheplayer wants to merge 7 commits intoapache:mainfrom
spark.gluten.sql.columnar.backend.velox.asyncTimeoutOnTaskStopping#11882Conversation
9dd1dc0 to
7fa72c4
Compare
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
2 similar comments
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
2 similar comments
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
2 similar comments
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
|
||
| initJolFilesystem(); | ||
| initConnector(hiveConf); | ||
| initConnector(hiveConnectorConfig_); |
There was a problem hiding this comment.
Do we need to pass the argument?
There was a problem hiding this comment.
No. initConnector is now misleading, and let me untangle this code a bit.
| } | ||
|
|
||
| void VeloxBackend::initConnector(const std::shared_ptr<velox::config::ConfigBase>& hiveConf) { | ||
| (void)hiveConf; |
There was a problem hiding this comment.
Just to mark out an unused parameter.
spark.gluten.sql.columnar.backend.velox.asyncTimeoutOnTaskStoppingis still used as the joining timeout here.