[LIVY-1018] Extract field comments from Spark schema metadata and set in Datatypeutils#482
Conversation
|
cc @gyogal could you please take a look |
|
Hi @ArnavBalyan , thank you for your contribution, I think it looks good! Could you please open a LIVY ticket for it at https://issues.apache.org/ and add it to the commit message? If possible, could you please include unit tests as well? |
Done thanks |
|
@ArnavBalyan Thanks for adding the JIRA ticket to the PR description, however is LIVY-483 related to this issue? (It seems to be about sparkR memory configuration.) If a new issue is needed and you don't have a JIRA user yet, could you please request one? |
Oh I was following the Github issue, let me file a JIRA ticket thanks |
@gyogal updated could you PTAL thanks |
|
cc @gyogal gentle reminder thanks! |
|
Hi @ArnavBalyan , I was able to confirm that with your change the comments are populated for struct member fields on the server side, however I was not able to find a way to read this information with a JDBC client. Could you please let me know which client or API would allow me to check this on the client side? |
|
Hi @gyogal I've added a UT which should be able to e2e test the change thanks |
Thanks, this is the final version of the change, I'll check if we can add recursive extraction in a future change |
|
Sounds good! Thank you @ArnavBalyan once again for your contribution! |
What changes were proposed in this pull request?
complexToDataTypeandschemaFromSparkJsonHow was this patch tested?