michael-s-molina commented on PR #32520: URL: https://github.com/apache/superset/pull/32520#issuecomment-2754579774
> folder1 = ["a", "b", "c"] > folder1 = ["a", "b", "c", "f"] <-- added "f" For example, if we added "f" to folder1, we shouldn't send all other columns in the request. If the folder contains 5k columns, this means that we're sending 4,999 unnecessary columns in the payload. We should probably only send the deltas. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org