You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this feature available now? i want to bulk insert to the dynamic table. i have two question:
1.how to bulk insert .If according to the official example, if there are 100000 pieces of data, the write method will be called 100000 times ,Will this seriously affect efficiency?
2.if dynamic table execute “write.write(row)”.it will appears:"Can't extract bucket from row in dynamic bucket mode, you should use 'TableWrite.write(InternalRow row, int bucket)' method."
Can I successfully execute the write method without specifying a bucket
Search before asking
Motivation
Remove bucket assigner node.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: