-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hive Connector. Translate Empty Value in NULL in Text Files #3583
Comments
If you set |
Thank you for a quick response. Data located in Minio storage. It's compatible to S3. PrestoDB connected to Minio with Hive connector. I provided What a setting do we need to apply to interpret empty values in a text file as NULL values in PrestoDB? Sample of a text file with empty value in "Col2".
|
While we want to make it very easy to use the most commonly used features, i have to say that |
Thank you, @findepi , for updates. |
@findepi hello, has this been added yet? |
Hello,
I can't find a setting to instruct PrestoSQL in CREATE TABLE statement that I want empty values in text files to be interpreted as NULLS.
It's used Hive connector with access to Minio S3 storage.
Create table statement
In Hive table, it can accomplished by
'serialization.null.format'=''
property inTBLPROPERTIES
section.Thanks.
Vitaly.
The text was updated successfully, but these errors were encountered: