simple
Results
3
comments of
simple
I know should drop edge first according to doc. yes, I accidentally drop vertex first. ``` schema.drop(A) schema.update() schema.drop(E, A, A) schema.update() ``` then can't drop E
additional, I got exception when try load data from S3. I found some key msg on coordinator pod ( I use GraphScope 0.15.0 on k8s ): ``` extra diagnostics are...
I opened a PR fixed this: https://github.com/encode/httpcore/pull/868