-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
Will trigger an exception when dealing with prefix IRIs not ending with a slash.
I changed it to:
val lastSeparatorIndex = Math.max(pred.lastIndexOf("/"), pred.lastIndexOf("#")) val tableName = pred.substring(lastSeparatorIndex + 1)
But it would probably be even better to settle with some less error prone approach all together.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels