Daichi Hirata

Results 10 comments of Daichi Hirata

``` class LoggerBase def self.open(*args, &block) Fluent::Logger.open(*args, &block) end ``` I think that it is the problem which stopped including `self` in an argument by change of #16. If it...

Thank you for your report. I was able to reproduce it in my environment. For this problem, as suggested in (c), it would be better to remove the foreign key...

Thank you for your report. The cause of this error was that the automatic conversion of hashes to keyword arguments was deprecated starting with Ruby 2.7 and removed starting with...

Since it was not possible to import the file as is due to a bug, we fixed the bug and merged the file after cherry-picking it. - #24

Have you tried setting up Application Default Credentials? https://cloud.google.com/docs/authentication/provide-credentials-adc

Thank you for providing this information. It does seem necessary to make that change.

@morikuni I tested it with actual data and noticed the following issue: When the order of an index or primary key is ASC, it is omitted from the DDL returned...

@morikuni Thank you for the prompt correction! There is a similar issue with the primary key, so could you please fix it in the same way?

@morikuni We're still running tests, but I'll proceed with the merge for now. Thanks!

@apstndb Thanks for the reassuring support!