Sean Owen

Results 245 comments of Sean Owen

Yeah, that explains the correctness problem in Oryx. For now I've unfortunately switched to eclipse collections even though it's a bit slower.

I think that's not really something in scope for this project, and this doesn't seem related to Dolly directly. Maybe someone has an idea; we can leave open for a...

I'm hitting this regularly too and applying the workaround, but would love to see it fixed. FWIW this syntax does not work with Spark SQL either.

It looks like this was since resolved. See the code now: https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/utilities/sql_database.py#L389 It does selectively change this statement based on the dialect. You shouldn't have to set "None" anymore

Looks good - ideally post a little before and after screenshot (or, just after)

I think this change itself is fine, and indeed technically correct. Not sure if we want to make lots of changes like this, but the occasional targeted one seems OK.

Likewise i think this is OK. We're not adding a direct dependency because it's a transitive dependency, but because it is used directly in the module.

Hm, how does JAVA_HOME get from the 'submitter' - what do you mean, the application submitter? but the worker is already running by that point

No, he's asking why it's open vs the 3.5 branch not master. It is not going into master and so is not to be back ported either. The main reason...