Chris Cranford

Results 270 comments of Chris Cranford

> Should I add a log message of warning level when a type is not inserted in Map so the users will know when a duplicate type is found and...

I guess what I am ultimately asking is whether or not PostgreSQL supports the idea of an extended type having a parent that itself is an extended type? If so...

Hi @aristofanisl can you split the query for types as Jiri had suggested?

Hi @akanimesh7, just a gentle ping if you could answer Jiri's question above. Thanks.

So @jpechane, I'm unsure whether this will be feasible for Debezium 2.4. Overall, support for `XMLTYPE`-based tables is quite complex after digging into the details. Immediately at the start, XMLTYPE...

Hi @poonam-meghnani, I believe there have been some changes around this behavior recently. Can you verify that the latest main is still exhibiting this problem and that these changes are...

Hi @cab105, just a gentle ping to see where we stand with this issue; if there has been any work on it.

Hi @LangYuanzh, is there any planned progress on this?

There's an outstanding question on the Jira issue @kanha-gupta, could you take a look?

I am curious, what if you declared the `TileDataInterface` class with two constructors, making one private, i.e.: ``` private: TileDataInterface() {} public: TileDataInterface(int id, int tileType) ``` In this case,...