-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wildcard bug when matched file count is 1 #201
Comments
@wey-gu can you please help me with this issue? |
could you help with this?
Or, ensure those files are named *.CSV rather than *.csv ? |
|
Could you kindly help with this, to see if it's a bug only when the filename starts with ...
files:
- - path: ./students/*.CSV
+ - path: ./students/t*.csv
batchSize: 10000
inOrder: false
type: csv
csv:
... |
fyi...I'm using v2.6.0 importer. 2022/03/18 07:11:13 --- START OF NEBULA IMPORTER --- |
Upon further testing...
|
Thanks @porscheme , this should be a bug to be addressed, thanks! |
|
|
Thanks @wey-gu for the reply. If I understand correctly what you said, v3.0.1 and beyond open-source deployment will supported, can you confirm? |
I will join later :-), see you there! |
wey: yes, I confirm it will be supported
wey: For now, in k8s, it cannot be migrated, while if it's bearemetal deployed, the upgrade/migration progress is in docs :) |
For the k8s of 3.x, @MegaByte875 will share his draft PR when it's a little bit more mature before merging, if you are interested you could help test it soon. Thanks! |
@porscheme Thanks! |
I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime. Thanks a lot for your contribution anyway 😊 |
Importing files with wildcard in the path failed. It works okay, with exact file name.
Below is the error I'm getting
YAML FILE
The text was updated successfully, but these errors were encountered: