getting error as below while creating buckets on delta table.
Error in SQL statement: AnalysisException: Delta bucketed tables are not supported.
have fall back to parquet table due to this for some use cases. is their any alternative for this. i have to join over 30 tables and biggest table have over 300M Records . joining fields have high cardinality and can't be used for partition so need to do bucketing.