Alexey Kudinkin

Results 19 issues of Alexey Kudinkin

### Change Logs This PR cleans up considerable amount of Spark's (internal) resolution logic that has been copied over into Hudi components, while in reality there's no actual need for...

priority:major
spark

### Change Logs `SQLConf` by default isn't propagated to Executors from the Driver. This is the reason why configuration specified w/ `--conf` is not being respected by some components being...

### Change Logs Cleaning up Spark utilities, removing duplication (this is a preparatory change for the one stacked on top). ### Impact None ### Contributor's checklist - [ ] Read...

### Change Logs Currently, `HoodieParquetReader` is not specifying projected schema properly when reading Parquet files which ends up failing in cases when the provided schema is not equal the schema...

priority:critical
spark

Spewing: ``` java.lang.RuntimeException: error: cannot find class or module with type name 'scala.Enumeration.Val' full type string: 'scala.Enumeration.Val' ```

enhancement
feature

**Describe the bug** While we're testing our integration with Pulsar Spark Connector, we found out that while shutting down `PulsarClientImpl` doesn't shutdown `EventLoopGroup` properly (which is seems to be addressed...

type/bug

Just a place to accumulate all the things you think should be landed in idear: Ok, we're capable now of: - "Open _settings_ / _recent_ / _terminal_" - "Focus _editor_...

Let's this be a meta-issue.

Need a way to factor out non-directed speech, to prevent some weirdness during presentation (Ok, IDEA, kill this file)

### Change Logs Fixing compatibility w/ Spark 3.2.2, by abstracting away instantiation of `ProjectionOverSchema` utility behind `SparkAdapter` ### Impact **Risk level: Low ### Contributor's checklist - [ ] Read through...