Status Update
Comments
mi...@echo-analytics.io <mi...@echo-analytics.io> #2
Hi , Could you please clarify the issue description or share any screen shot of the problem where you are facing issue ?
nr...@google.com <nr...@google.com>
nr...@google.com <nr...@google.com> #3
I am requesting a dataproc image version that supports spark 3.4
mi...@echo-analytics.io <mi...@echo-analytics.io> #4
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the feature request
, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
nr...@google.com <nr...@google.com> #5
Hello,
Thanks for reaching out to us!
This issue request is acknowledged and we will validate it further. Though we can't provide an ETA on this issue nor guarantee their implementation, rest assured that your feedback is always taken very seriously, as it allows us to improve our products.
Thanks
Description
I am running a dataproc pyspark job on gcp to read data from hudi table (parquet format) into pyspark dataframe. Below is the output of printSchema() on pyspark dataframe.
I am not able to select struct type columns and their fields (ex: columnB.subColumn1), it gives below error. Though other string type columns works fine (ex: columnA).