Rohit bhagat
Rohit bhagat
Kindly add newly created test BABEL-3395 in schedule files of upgrades
Thanks @bill-ramos-rmoswi for reporting this issue. Please note that we are already tracking this issue and will take it up soon.
@bill-ramos-rmoswi , Thanks for the proposed changes. I am currently reviewing your proposed changes and will share feedback soon.
@bill-ramos-rmoswi proposed changes looks good to me on high level. Can you please raise a pull request for this changes. Also can you please add a high level design summary...
Tests for sysname and UDT looks good to me. But tests for `MAX` typmod does not look sufficient enough to test the handling we added for `MAX` typmod. One such...
Kindly make sure tests covering following scenario's are added for both `CONVERT` and `TRY_CONVERT` - expression is empty string - when style is not specified, style is 0, style is...
> [@rohit01010](https://github.com/rohit01010) I am curious if system function concat could be marked immutable ? @tanscorpio7 Yes, `sys.concat` should ideally be immutable, but currently `sys.concat` is dependent on PostgreSQL function `ARRAY_TO_STRING`...