select cast(offset as int) from file1 #The query is successful select * from file1 cast(offset as int) >20 # Error: {"error":{"root_cause":[{"type":"null_pointer_exception","reason":null}],"type":"null_pointer_exception","reason":null},"status":500} How to solve this problem?