Armelabdelkbir commented on issue #11803: URL: https://github.com/apache/hudi/issues/11803#issuecomment-2310158168
@ad1happy2go i add this property and i test, always remain the same: i have null values and schema contains, the old values: i drop salary column in postgresql ``` +---+-----------------+------+ | id| role|salary| +---+-----------------+------+ | 2| Manager| null| | 3| Analyst| null| | 4| Engineer| null| | 5| Developer| null| | 6| DataOps| null| | 7| DataOps| null| | 8|Rockstar engineer| null| | 9| Tea Engineer| null| | 11| Beer Engineer| null| | 10| Tea Engineer| null| | 12| Coffee engineer| null| | 13| Coffee engineer| null| | 14| Coffee engineer| null| +---+-----------------+------+ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
