- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ExecuteSQL Processor with Parquet record writer
Created ‎09-08-2023 10:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am working in NiFi 1.16 and trying to use ExecuteSQL processor to write out a Parquet file. My challenge is the decimal format is being changed to "LogicalType(STRING: StringType())".
The data is coming from an MS SQL server. We have tried to set the precision and scale, but still continues to come out in a string instead of a decimal.
Created ‎09-11-2023 07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@BillyG, set the property "Use Avro Logical Types" to true if you would like to use anything else besides STRINGS :).
Created ‎09-11-2023 07:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@BillyG, set the property "Use Avro Logical Types" to true if you would like to use anything else besides STRINGS :).
