Evan Rusackas

Results 1381 comments of Evan Rusackas

Nope, but I'm highly doubtful that many people have 20K values in their "in" clause. Normally you would keep that many values in a table, and just do a JOIN...

Not sure the currently functional version. I haven't used Trino/Presto since Nov/Dec, and I was just using whatever's built into Preset at the time (it as for a demo). Maybe...

If this does indeed resolve https://github.com/apache/superset/issues/28145 then please feel free to add "Fixes: #28145" do your description block and it'll auto-close that issue when merged. Meanwhile, running CI 🤞

I don't _think_ so, but it's possible. I was trying to allow UTF-8 strings through without them being escaped. It's possible this has to do with something being escaped _incorrectly_,...

> We really need to pull the .json files out of the repository. @rusackas any blockers on removing those files? Just that people won't have translations anymore... I think you...

For others' context, there's a somewhat parallel discussion happening here: https://github.com/apache/superset/issues/25988 I think it's fair to remove the .mo/.json files if the're auto-generated at a time that supports as many...

@aehanno I think your PR is OK... we're just trying to figure out what to do with the json files, and it's just kind of happening on this thread randomly.

Actually @aehanno, in looking at the PR files, there are a whole lot of changed files that look like they have nothing to do with translations. Maybe the rebase didn't...

Yeah, something here isn't right. I suspect you're merging `master` onto your feature branch rather than rebasing. @mistercrunch might have the git-fu to get us out of this mess, but...