Yuya Ebihara

Results 470 comments of Yuya Ebihara

One of the stress tests was cancelled after 60 min https://github.com/trinodb/trino/runs/7794387508

updated per https://github.com/trinodb/trino/pull/12800#issuecomment-1213364846 cc @alexjo2144

Updated per https://github.com/trinodb/trino/pull/12800#issuecomment-1219749367 cc: @alexjo2144

Spark has a bug https://github.com/apache/iceberg/issues/5591 (return the latest table definition even after executing rollback procedure) and also they throws an exception when null data exists in NOT NULL column. Probably,...

Closing as https://github.com/apache/iceberg/issues/5591#issuecomment-1222524262 We already disallowed adding a not-null column in Iceberg connector, so it's not a bug at this time. As far as I confirmed, adding such columns makes...

@tangjiangling Yes, it would be nice if we can improve other connectors' documentation as well.

Iceberg PR: https://github.com/apache/iceberg/pull/5444 (was rejected)

`TestHiveFaultTolerantExecutionJoinQueries` also took longer time and caused timed out. ``` 2022-08-05T08:45:04.3200406Z io.trino.faulttolerant.hive.TestHiveFaultTolerantExecutionJoinQueries.testOutputDuplicatesInsensitiveJoin running for 17.34m 2022-08-05T08:45:04.3201201Z io.trino.faulttolerant.hive.TestHiveFaultTolerantExecutionJoinQueries running for 18.98m. ``` https://github.com/trinodb/trino/runs/7687591861