[GitHub] [incubator-hudi] vinothchandar commented on issue #845: how to store null value in columns?

2019-12-02 Thread GitBox
vinothchandar commented on issue #845: how to store null value in columns? URL: https://github.com/apache/incubator-hudi/issues/845#issuecomment-560546626 Closing due to inactivity This is an automated message from the Apache

[GitHub] [incubator-hudi] vinothchandar commented on issue #845: how to store null value in columns?

2019-09-12 Thread GitBox
vinothchandar commented on issue #845: how to store null value in columns? URL: https://github.com/apache/incubator-hudi/issues/845#issuecomment-530787872 if you can share a small snippet that I ca use to reproduce/illustrate the problem and what the expected behavior is, then happy to

[GitHub] [incubator-hudi] vinothchandar commented on issue #845: how to store null value in columns?

2019-08-22 Thread GitBox
vinothchandar commented on issue #845: how to store null value in columns? URL: https://github.com/apache/incubator-hudi/issues/845#issuecomment-524040340 so IIUC you think the field is there in all records but we cant still find it? Can you trim your example and give me a code snippet to

[GitHub] [incubator-hudi] vinothchandar commented on issue #845: how to store null value in columns?

2019-08-21 Thread GitBox
vinothchandar commented on issue #845: how to store null value in columns? URL: https://github.com/apache/incubator-hudi/issues/845#issuecomment-523441023 Are you using this field as a partitionPath and recordKey? typically Hudi expects them to be non-null . That's probably why (although