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
parser.add_argument('--drop-collection',required=False,action='store_true',help='Drop the collection (if it exists)')
381
-
parser.add_argument('--compression',required=False,type=str,choices=['parmgroup','none','lz4','zstd'],help='Compression to use (or not)')
381
+
parser.add_argument('--compression',required=False,type=str,default='parmgroup',choices=['parmgroup','none','lz4','zstd'],help='Compression to use (or not)')
382
382
parser.add_argument('--shard',required=False,action='store_true',help='Shard the collection')
383
383
parser.add_argument('--num-customers',required=False,type=int,default=10000,help='Number of customers')
384
384
parser.add_argument('--num-products',required=False,type=int,default=1000000,help='Number of products')
0 commit comments