Ashhar Hasan

Results 251 comments of Ashhar Hasan

rebased on master + cleaned up the test a bit

~actually maybe instead of `assumeNullCatalogMeansCurrent` it can just be `nullCatalogMeansCurrent` (specially because MySQL driver has `nullDatabaseMeansCurrent` (with `nullCatalogMeansCurrent` being an alias).~ Ignore this, we already have `assumeLiteralUnderscoreInMetadataCallsForNonConformingClients`, so this name...

We *can* document but it's something for exceptional cases (e.g. BI tools that misuse the DatabaseMetaData APIs, similar to `assumeLiteralUnderscoreInMetadataCallsForNonConformingClients`). Doesn't affect either the CLI/JDBC unless enabled. Other clients don't...

Probably because @chenjian2664 no longer needs it?

CI failure is unrelated. @sopel39 / @Dith3r can you take a look?

Any updates on this? This is impeding work on confluentinc/kafka-connect-jdbc#401.

@daxiangxiaoyi If you can afford to, please clear your local maven repo or at least move it. ```sh mv ~/.m2 ~/.m2.old git clone https://github.com/confluentinc/kafka.git cd kafka ./gradlew installAll git clone...

trino-admin is deprecated and doesn't work with Trino versions. See the discussion in the Slack for efforts around getting it to work again and more details https://trinodb.slack.com/archives/CFLB9AMBN/p1614849636209900. If this is...

On `master` I can indeed see `StatisticsEntry` in structDefs at https://github.com/dwarszawski/amundsen-atlas-types/blob/master/amundsenatlastypes/schema/01_column_schema.json. It works without error if I skip loading sample data. :+1: