aglinxinyuan commented on PR #5179: URL: https://github.com/apache/texera/pull/5179#issuecomment-4530161745
@Yicong-Huang, @carloea2 There are many design decisions to make, but there is one particularly important choice in this PR that I strongly prefer over #5115: all macro-related features should be implemented purely on the frontend. The backend should not compile macros, nor should it even be aware of the existence of macros. By keeping the implementation entirely on the frontend, we can significantly simplify the architecture. That is also why this PR has roughly 5× less code than #5115. I don’t have strong opinions on the PR size or the number of PRs, but I strongly recommend keeping the implementation frontend-only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
