06-11-2025 09:31 PM
06-11-2025 10:45 PM - edited 06-11-2025 10:47 PM
Can you send across schema of table using describe command.
Also at runtime cast it to bigint and then check.
06-11-2025 10:55 PM
06-11-2025 10:55 PM
06-11-2025 11:03 PM
Can you cast explicitly to bigint and check, it's kinda strange
06-11-2025 11:12 PM
When I use CAST, it returns the data type as BIGINT, which is expected. However, if I'm reading directly from the Unity Catalog (UC) table, it should already return the BIGINT data type without requiring a cast. Is there a reason why this inconsistency is occurring?
06-12-2025 12:05 AM
Try running explain command what's happening in the background, also if table is small try to write in another table and check
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now