5.1.2
This patch release brings a bug fix to Snowflake Loader. This bug can affect you if you have json schema with a name that is styled like camelCase but uses capital letters in a row similar to the followings: testTESTSchema
. The bug doesn't affect schemas with usual snake_case
, camelCase
, or PascalCase
style names.
Changelog
- Snowflake Loader: create column name with same method in everywhere (#1128)