Itamar Ravid

Results 32 comments of Itamar Ravid

Certainly. I agree that this should not change anything in how we interact with Spark. Reading again the docs for `TypedDataFrame`, I see it is unrelated so I retract my...

Regarding naming, I suggest for simplicity to avoid fresh name synthesis and always use tuple column names unless the user has specifically `.alias`'d a projection's column.

Just saw this ticket - @OlivierBlanvillain could you elaborate on why `functions.col` is unsafe? Assuming we provide a version that uses shapeless Witness and verify that the symbol exists in...

Yes, with some limitations to type inference, discussed there

Yes, there’s very little flexibility if T is a type parameter on the column. I personally find this better than nothing currently but understood if you disagree :-) Macros are...

Btw - can you point me to the macro suggestion you’re referring to?

Ah thanks for pointing out @imarios. How would #110 solve this usecase though? You still need to name the intermediate dataset for this usecase. For example, this doesn't work: ```scala...

Posted this on the Slack channel, but for anyone interested, here's a PodMonitor spec that can monitor applications deployed by the operator. This can serve as a workaround until changes...

@srleyva The port does not need to be specified in the ContainerSpec for Prometheus to be able to scrape it. It just needs to be there to be discovered by...

Ugh. The choice is between creating `interop-cats-stream` and making the `interop-cats` depend on the `stream` artifact, right?