Open thuibr opened 11 months ago
@goccy this is to replace #184. I tried to address your comments, but I don't think I can use errResponse. I'm copying what's done for duplicate tables instead.
errResponse
For some reason, even after making ErrDuplicatedDataset, it's still being reported as an internalError, and this equality check is returning false:
ErrDuplicatedDataset
internalError
false
https://github.com/goccy/bigquery-emulator/pull/257/files#diff-4dacc7a06791d88085bc744a0a2aa16559cb5b9b8fddd705177bfa2fbfe41d29R683
@goccy this is to replace #184. I tried to address your comments, but I don't think I can use
errResponse
. I'm copying what's done for duplicate tables instead.