justinmclean commented on issue #8344: URL: https://github.com/apache/gravitino/issues/8344#issuecomment-3239670502
I think the above test may not be quite correct, but it's best to double-check. I think if you have "DISTRIBUTED BY" you need a "BUCKETS" or "RANDOM" clause, it can be "BUCKETS <n>" or "BUCKET AUTO". I think the options are: DISTRIBUTED BY RANDOM BUCKETS <n>; DISTRIBUTED BY RANDOM BUCKETS AUTO; DISTRIBUTED BY HASH(<field>) BUCKETS <n>; DISTRIBUTED BY HASH(<field>) BUCKETS AUTO; -- 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]
