flashmouse
flashmouse
please note another bugs in this implementation. the function assignRackAwareRoundRobin of ConstrainedAssignmentBuilder have 2 logical error: 1. (about line 726)when assignmentCount >= minQuota, the consumer should be added to unfilledMembersWithExactlyMinQuotaPartitions...
> please note another bugs in this implementation. > > the function assignRackAwareRoundRobin of ConstrainedAssignmentBuilder have 2 logical error: > > 1. (about line 726)when assignmentCount >= minQuota, the consumer...
@rreddy-22 I see you are familiar with this implementation, plz help me check this, thx!
updated to latest commit now @ableegoldman
This happens because during transform postgre AST to duckdb Statement, `CaseExpression` removes `arg`(if has) in `PGCaseExpr` and copy it to each `case_check.when_expr`, since every time do Select, we repeat evaluate...
``select * from read_json('test.json', columns ={id: 'UBIGINT'});`` @pickled-herring you can try like this
I think you may have interest investigate these discussion #414 and #216
thie result of this query changed because this pr #11285, so you can modify your query like ``from read_json('demo.json', map_inference_threshold=100);``, and it would turn to a original style, and the...
sorry I edited my comment again and the pr's link is correct now. I'm not familiar with duckdb's pyspark wrap implementation, if it actually couldn't set attribute in pyspark ,maybe...
this would be fixed by #13617