fix: Correct PostgreSQL type mappings and fix broken code block
- json maps to Utf8, not LargeUtf8
- Fix timestampz typo to timestamptz
- Fix timestamptz Arrow type from Timestamp(Nanosecond, TimeZone to Timestamp(Nanosecond, UTC)
- Fix unclosed YAML code block in vNext quickstart
2 days ago