Modifying Spark SQL query #23
Unanswered
gitvibav-abluva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I've been trying to capture and modify sql queries for certain use-cases. Currently my approach is as follows,
After doing this if we execute spark-sql commands from the client (spark-shell, spark-submit, etc.,) we don't need any additional signaling and the queries are modified as per my logic.
But I just want to know whether I am modifying it in the right place or is there any other options available for modification, I am worried that this modification being done, is in a middle part, and that could cause a problem for the client.
My requirements are as follows:
Any answer from the community will be much helpful and any references sites for the answers are also much appreciated. Thanks in advance !!!
P.S. Sorry if this question is irrelevant to this repo
Beta Was this translation helpful? Give feedback.
All reactions