Mingliang Liu
Mingliang Liu
Hi, I want to use different themes for different terminals, how can I do that? I was finding an approach that will set the theme for one session only so...
### Environment ``` $ fish --version fish, version 3.4.1 $ echo $version 3.4.1 $ uname -a Darwin Mingliangs-MacBook-Pro-M1-Max.local 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:46:32 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T6000...
## What is the purpose of the change Make doc file ide_setup.md format better after e48abd38 ### Before: ### After: ## Verifying this change Please make sure both new and...
I think the current [spark-queries doc](https://iceberg.apache.org/docs/latest/spark-queries/) is unclear about metadata tables can be inspected with time travel feature. This PR documents that with a sample query.
So that we can run docker containers in a real cluster!
HDFS and YARN clusters can be HA enabled, and we should support this case.
## What is the purpose of the change https://issues.apache.org/jira/browse/FLINK-30081 In local executor, it's not possible to set different values for `taskmanager.memory.jvm-overhead.max` and `taskmanager.memory.jvm-overhead.min`. When setting them differently, local executor reports...
If another request comes between `re.Verify()` and `re.LastError()` in the current context, how can we make sure the last error makes sense? Instead, can we simplify the `Verify` API by...
https://issues.apache.org/jira/browse/FLINK-34369 #### 02/05/2024 This is a preliminary PR that was tested locally with secure ES clusters. Plan is to get early feedback, add some tests, and test with deployed jobs.