-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sql/pgwire: TestAuthenticationAndHBARules failed #52026
Comments
(sql/pgwire).TestAuthenticationAndHBARules failed on master@3c358360ebbec8a7780a752f750d3a672e97714e: Fatal error:
Stack:
Log preceding fatal error
MoreParameters:
See this test on roachdash |
(sql/pgwire).TestAuthenticationAndHBARules failed on master@629ce5ea3f105e4db7a51b388b96e519d271425d: Fatal error:
Stack:
Log preceding fatal error
MoreParameters:
See this test on roachdash |
(sql/pgwire).TestAuthenticationAndHBARules failed on master@4de665c6cf65850b4910787e88f377c213085a53: Fatal error:
Stack:
Log preceding fatal error
MoreParameters:
See this test on roachdash |
(sql/pgwire).TestAuthenticationAndHBARules failed on master@4de665c6cf65850b4910787e88f377c213085a53: Fatal error:
Stack:
Log preceding fatal error
MoreParameters:
See this test on roachdash |
(sql/pgwire).TestAuthenticationAndHBARules failed on master@c9c2aa454d5428d5327993a696464072d8224507: Fatal error:
Stack:
Log preceding fatal error
MoreParameters:
See this test on roachdash |
52017: added Jim Hatcher to authors file r=jhatcher9999 a=jhatcher9999 52029: EXPORT: remove license check r=dt a=dt Release note (sql change): the EXPORT statement no longer requires an enterprise license 52041: pgwire: skip TestAuthenticationAndHBARules due to repeated failures r=irfansharif a=adityamaru Informs: #52026 52064: geoindex: make geometry index bounds a square r=sumeerbhola a=sumeerbhola For SRIDs where the rectangle defined by the dimensions (maxX-minX, maxY-minY) is not close to a square, the original shape is distorted when converting the planar point to an S2 point. This can make shapes that have good coverings when not distorted to have poor coverings post-distortion. For example SRID 26918, used in the NYC dataset, has SRID bounds where the span of the X axis is ~1/10th the span of the Y axis. Before this change, the average ratio of the cell covering area to the shape area was ~14 (closer to 1 is good). After this change, the ratio is ~5.2. This ratio improvement helps queries. For example, in a query of the form SELECT ... FROM nyc_census_blocks@geom_idx AS census JOIN nyc_subway_stations AS subways ON ST_Intersects(subways.geom, census.geom) the false positive row count produced by the inverted joiner reduced from 6712 to 2615. And the query latency reduced from ~146ms to ~110ms. A similar query with ST_DWithin(subways.geom, census.geom, 200) had a latency reduction from ~410ms to ~275ms, because the final filtering step done by the joinReader had a reduction in rows from 48257 to 23183 (of these rows, only 8608 rows passed the filter). Release note: None 52068: sql: allow escape of any character for COPY r=mjibson a=otan According to the PostgreSQL docs: Any other backslashed character that is not mentioned in the above table will be taken to represent itself. Reflect that change by converting error conditions from decodeCopy into interpreting the characters as is. Resolves #52067. Release note (bug fix): `COPY` previously did not allow a backslash of any character other than the special table set. CockroachDB would error in these cases. This is changed to allow in any character after a backslash and interpret it to mean the character itself as per PostgreSQL (e.g. now `\a` will be interpreted as `a`). Furthermore, non hex-digits following a `\x` is now interpreted without the backslash, (e.g. `\xH` as `xH`). Strings ending with a single backslash will use the backslash (e.g. `x\\` is interpreted as `x\`). Co-authored-by: Jim Hatcher <[email protected]> Co-authored-by: David Taylor <[email protected]> Co-authored-by: Aditya Maru <[email protected]> Co-authored-by: sumeerbhola <[email protected]> Co-authored-by: Oliver Tan <[email protected]>
(sql/pgwire).TestAuthenticationAndHBARules failed on master@8dff8dae1c90e66439a1d7c808713e6fe28997e5: Fatal error:
Stack:
Log preceding fatal error
MoreParameters:
See this test on roachdash |
(sql/pgwire).TestAuthenticationAndHBARules failed on master@8dff8dae1c90e66439a1d7c808713e6fe28997e5: Fatal error:
Stack:
Log preceding fatal error
MoreParameters:
See this test on roachdash |
(sql/pgwire).TestAuthenticationAndHBARules failed on master@629ce5ea3f105e4db7a51b388b96e519d271425d:
Fatal error:
Stack:
Log preceding fatal error
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: